Html Css Color HEX #5BE9C5 Downy

📋 copy color: '#5BE9C5'

red 91 ◦ green 233 ◦ blue 197

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

Shades of Downy #5BE9C5

Tints of Downy #5BE9C5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.72%

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 17.47%
G = 44.72%
B = 37.81%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#5BE9C5 (or 0x5BE9C5) is known color: Downy. HEX triplet: 5B, E9 and C5. RGB value is (91,233,197). Sum of RGB (Red+Green+Blue) = 91+233+197=521 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.47% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #5BE9C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BE9C5 is #A4163A. Grayscale: #BABABA. Windows color (decimal): -10753595 or 12970331. OLE color: 12970331.

HSL color Cylindrical-coordinate representation of color #5BE9C5: hue angle of 164.79º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BE9C5 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 91 233 197 -
CMYK 0.61 0 0.15 0.09
HSL 164.79º 0.76% 0.64% -
HSV(B) 164.79º 0.61% 0.91% -
XYZ 43.53 64.53 62.99 -
YUV 186.44 133.96 59.93 -
System Red Green Blue C M Y K H S L
Decimal 91 233 197 0.61 0 0.15 0.09 164.79 0.76 0.64
Hex 5B E9 C5 3D 0 F 9 A5 4C 40
Octal 133 351 305 75 0 17 11 245 114 100
Binary 1011011 11101001 11000101 111101 0 1111 1001 10100101 1001100 1000000

Color Harmonies of #5BE9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BE9C5

Black with #5BE9C5

Text Example


Text Example

White with #5BE9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,233,197); }

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

background-color css

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

 a { background-color: rgb(91,233,197); }

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

border-color css

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

 span { border-color: rgb(91,233,197); }

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