Html Css Color HEX #54999B Cadet Blue

📋 copy color: '#54999B'

red 84 ◦ green 153 ◦ blue 155

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

Shades of Cadet Blue #54999B

Tints of Cadet Blue #54999B

RGB

 RED value IS 84 (33.2% from 255) = 21.43%

 GREEN value IS 153 (60.16% from 255) = 39.03%

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

R = 21.43%
G = 39.03%
B = 39.54%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54999B (or 0x54999B) is known color: Cadet Blue. HEX triplet: 54, 99 and 9B. RGB value is (84,153,155). Sum of RGB (Red+Green+Blue) = 84+153+155=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #54999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54999B is #AB6664. Grayscale: #848484. Windows color (decimal): -11232869 or 10197332. OLE color: 10197332.

HSL color Cylindrical-coordinate representation of color #54999B: hue angle of 181.69º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54999B is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 153 155 -
CMYK 0.46 0.01 0 0.39
HSL 181.69º 0.3% 0.47% -
HSV(B) 181.69º 0.46% 0.61% -
XYZ 20.96 27.03 35.12 -
YUV 132.6 140.64 93.34 -
System Red Green Blue C M Y K H S L
Decimal 84 153 155 0.46 0.01 0 0.39 181.69 0.3 0.47
Hex 54 99 9B 2E 1 0 27 B6 1E 2F
Octal 124 231 233 56 1 0 47 266 36 57
Binary 1010100 10011001 10011011 101110 1 0 100111 10110110 11110 101111

Color Harmonies of #54999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54999B

Black with #54999B

Text Example


Text Example

White with #54999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54999B; }

 p { color: rgb(84,153,155); }

 H1.HeaderClassName
 {
   color: #54999B;
 }
 .AnyTagClassName
 {
   color: #54999B;
 }
</style>

background-color css

<style>
 a { background-color: #54999B; }

 a { background-color: rgb(84,153,155); }

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

border-color css

<style>
 span { border-color: #54999B; }

 span { border-color: rgb(84,153,155); }

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