Html Css Color HEX #5B9594 Half Baked

📋 copy color: '#5B9594'

red 91 ◦ green 149 ◦ blue 148

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

Shades of Half Baked #5B9594

Tints of Half Baked #5B9594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.4%

 BLUE value IS 148 (58.2% from 255) = 38.14%

R = 23.45%
G = 38.4%
B = 38.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#5B9594 (or 0x5B9594) is known color: Half Baked. HEX triplet: 5B, 95 and 94. RGB value is (91,149,148). Sum of RGB (Red+Green+Blue) = 91+149+148=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 149 - color contains mainly: green. Hex color #5B9594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9594 is #A46A6B. Grayscale: #838383. Windows color (decimal): -10775148 or 9737563. OLE color: 9737563.

HSL color Cylindrical-coordinate representation of color #5B9594: hue angle of 178.97º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B9594 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 149 148 -
CMYK 0.39 0 0.01 0.42
HSL 178.97º 0.24% 0.47% -
HSV(B) 178.97º 0.39% 0.58% -
XYZ 20.41 25.86 31.93 -
YUV 131.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 91 149 148 0.39 0 0.01 0.42 178.97 0.24 0.47
Hex 5B 95 94 27 0 1 2A B3 18 2F
Octal 133 225 224 47 0 1 52 263 30 57
Binary 1011011 10010101 10010100 100111 0 1 101010 10110011 11000 101111

Color Harmonies of #5B9594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9594

Black with #5B9594

Text Example


Text Example

White with #5B9594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,149,148); }

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

background-color css

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

 a { background-color: rgb(91,149,148); }

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

border-color css

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

 span { border-color: rgb(91,149,148); }

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