Html Css Color HEX #5B989B Cadet Blue

📋 copy color: '#5B989B'

red 91 ◦ green 152 ◦ blue 155

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

Shades of Cadet Blue #5B989B

Tints of Cadet Blue #5B989B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.94%

R = 22.86%
G = 38.19%
B = 38.94%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5B989B (or 0x5B989B) is known color: Cadet Blue. HEX triplet: 5B, 98 and 9B. RGB value is (91,152,155). Sum of RGB (Red+Green+Blue) = 91+152+155=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B989B is #A46764. Grayscale: #868686. Windows color (decimal): -10774373 or 10197083. OLE color: 10197083.

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

Color convert

RGB 91 152 155 -
CMYK 0.41 0.02 0 0.39
HSL 182.81º 0.26% 0.48% -
HSV(B) 182.81º 0.41% 0.61% -
XYZ 21.46 27.05 35.1 -
YUV 134.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 91 152 155 0.41 0.02 0 0.39 182.81 0.26 0.48
Hex 5B 98 9B 29 2 0 27 B7 1A 30
Octal 133 230 233 51 2 0 47 267 32 60
Binary 1011011 10011000 10011011 101001 10 0 100111 10110111 11010 110000

Color Harmonies of #5B989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B989B

Black with #5B989B

Text Example


Text Example

White with #5B989B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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