#5BCDC1

Color #5BCDC1 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #5BCDC1

Tints of Downy #5BCDC1

Color information

#5BCDC1 (or 0x5BCDC1) is unknown color: approx Downy. HEX triplet: 5B, CD and C1. RGB value is (91,205,193). Sum of RGB (Red+Green+Blue) = 91+205+193=489 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.61% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDC1 is #A4323E. Grayscale: #A9A9A9. Windows color (decimal): -10760767 or 12701019. OLE color: 12701019.

HSL color Cylindrical-coordinate representation of color #5BCDC1: hue angle of 173.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCDC1 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB91205193-
CMYK0.5600.060.20
HSL173.68º53.27%58.04%-
HSV(B)173.68º55.61%80.39%-
XYZ35.7749.7458.17-
YUV169.55141.2371.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 18.61%
GREEN value IS 205 (80.47% from 255) = 41.92%
BLUE value IS 193 (75.78% from 255) = 39.47%
R=18.61%
G=41.92%
B=39.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal912051930.5600.060.20173.6853.2758.04
Hex5BCDC1380614ae353a
Octal1333153017006242566572
Binary1011011110011011100000111100001101010010101110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BCDC1; }

 p { color: rgb(91,205,193); }

 H1.HeaderClassName
 {
   color: #5BCDC1;
 }
 .AnyTagClassName
 {
   color: #5BCDC1;
 }
</style>
background-color css

<style>
 a { background-color: #5BCDC1; }

 a { background-color: rgb(91,205,193); }

 div.DivClassName
 {
   background-color: #5BCDC1;
 }
 .BgClassName
 {
   background-color: #5BCDC1;
 }
</style>
border-color css

<style>
 span { border-color: #5BCDC1; }

 span { border-color: rgb(91,205,193); }

 td.TdClassName
 {
   border-color: #5BCDC1;
 }
 .TagClassName
 {
   border-color: #5BCDC1;
 }
</style>