Html Css Color HEX #5BA094 Cadet Blue

📋 copy color: '#5BA094'

red 91 ◦ green 160 ◦ blue 148

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

Shades of Cadet Blue #5BA094

Tints of Cadet Blue #5BA094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.1%

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

R = 22.81%
G = 40.1%
B = 37.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#5BA094 (or 0x5BA094) is known color: Cadet Blue. HEX triplet: 5B, A0 and 94. RGB value is (91,160,148). Sum of RGB (Red+Green+Blue) = 91+160+148=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA094 is #A45F6B. Grayscale: #898989. Windows color (decimal): -10772332 or 9740379. OLE color: 9740379.

HSL color Cylindrical-coordinate representation of color #5BA094: hue angle of 169.57º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5BA094 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 91 160 148 -
CMYK 0.43 0 0.07 0.37
HSL 169.57º 0.27% 0.49% -
HSV(B) 169.57º 0.43% 0.63% -
XYZ 22.23 29.5 32.54 -
YUV 138 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 91 160 148 0.43 0 0.07 0.37 169.57 0.27 0.49
Hex 5B A0 94 2B 0 7 25 AA 1B 31
Octal 133 240 224 53 0 7 45 252 33 61
Binary 1011011 10100000 10010100 101011 0 111 100101 10101010 11011 110001

Color Harmonies of #5BA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA094

Black with #5BA094

Text Example


Text Example

White with #5BA094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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