Html Css Color HEX #5B989A Cadet Blue

📋 copy color: '#5B989A'

red 91 ◦ green 152 ◦ blue 154

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

Shades of Cadet Blue #5B989A

Tints of Cadet Blue #5B989A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.29%

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 22.92%
G = 38.29%
B = 38.79%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5B989A (or 0x5B989A) is known color: Cadet Blue. HEX triplet: 5B, 98 and 9A. RGB value is (91,152,154). Sum of RGB (Red+Green+Blue) = 91+152+154=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B989A is #A46765. Grayscale: #858585. Windows color (decimal): -10774374 or 10131547. OLE color: 10131547.

HSL color Cylindrical-coordinate representation of color #5B989A: hue angle of 181.9º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B989A is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 152 154 -
CMYK 0.41 0.01 0 0.40
HSL 181.9º 0.26% 0.48% -
HSV(B) 181.9º 0.41% 0.6% -
XYZ 21.38 27.01 34.66 -
YUV 133.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 91 152 154 0.41 0.01 0 0.40 181.9 0.26 0.48
Hex 5B 98 9A 29 1 0 28 B6 1A 30
Octal 133 230 232 51 1 0 50 266 32 60
Binary 1011011 10011000 10011010 101001 1 0 101000 10110110 11010 110000

Color Harmonies of #5B989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B989A

Black with #5B989A

Text Example


Text Example

White with #5B989A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,152,154); }

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

background-color css

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

 a { background-color: rgb(91,152,154); }

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

border-color css

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

 span { border-color: rgb(91,152,154); }

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