Html Css Color HEX #5BDCC7 Downy

📋 copy color: '#5BDCC7'

red 91 ◦ green 220 ◦ blue 199

#5BDCC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #5BDCC7

Tints of Downy #5BDCC7

RGB

 RED value IS 91 (35.94% from 255) = 17.84%

 GREEN value IS 220 (86.33% from 255) = 43.14%

 BLUE value IS 199 (78.13% from 255) = 39.02%

R = 17.84%
G = 43.14%
B = 39.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#5BDCC7 (or 0x5BDCC7) is known color: Downy. HEX triplet: 5B, DC and C7. RGB value is (91,220,199). Sum of RGB (Red+Green+Blue) = 91+220+199=510 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.84% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDCC7 is #A42338. Grayscale: #B2B2B2. Windows color (decimal): -10756921 or 13098075. OLE color: 13098075.

HSL color Cylindrical-coordinate representation of color #5BDCC7: hue angle of 170.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDCC7 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 220 199 -
CMYK 0.59 0 0.10 0.14
HSL 170.23º 0.65% 0.61% -
HSV(B) 170.23º 0.59% 0.86% -
XYZ 40.22 57.53 63.02 -
YUV 179.04 139.26 65.21 -
System Red Green Blue C M Y K H S L
Decimal 91 220 199 0.59 0 0.10 0.14 170.23 0.65 0.61
Hex 5B DC C7 3B 0 A E AA 41 3D
Octal 133 334 307 73 0 12 16 252 101 75
Binary 1011011 11011100 11000111 111011 0 1010 1110 10101010 1000001 111101

Color Harmonies of #5BDCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDCC7

Black with #5BDCC7

Text Example


Text Example

White with #5BDCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,220,199); }

 H1.HeaderClassName
 {
   color: #5BDCC7;
 }
 .AnyTagClassName
 {
   color: #5BDCC7;
 }
</style>

background-color css

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

 a { background-color: rgb(91,220,199); }

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

border-color css

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

 span { border-color: rgb(91,220,199); }

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