Html Css Color HEX #5099A4 Cadet Blue

📋 copy color: '#5099A4'

red 80 ◦ green 153 ◦ blue 164

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

Shades of Cadet Blue #5099A4

Tints of Cadet Blue #5099A4

RGB

 RED value IS 80 (31.64% from 255) = 20.15%

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

 BLUE value IS 164 (64.45% from 255) = 41.31%

R = 20.15%
G = 38.54%
B = 41.31%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5099A4 (or 0x5099A4) is known color: Cadet Blue. HEX triplet: 50, 99 and A4. RGB value is (80,153,164). Sum of RGB (Red+Green+Blue) = 80+153+164=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 164 - color contains mainly: blue. Hex color #5099A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5099A4 is #AF665B. Grayscale: #848484. Windows color (decimal): -11495004 or 10787152. OLE color: 10787152.

HSL color Cylindrical-coordinate representation of color #5099A4: hue angle of 187.86º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5099A4 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 153 164 -
CMYK 0.51 0.07 0 0.36
HSL 187.86º 0.34% 0.48% -
HSV(B) 187.86º 0.51% 0.64% -
XYZ 21.4 27.17 39.24 -
YUV 132.43 145.82 90.61 -
System Red Green Blue C M Y K H S L
Decimal 80 153 164 0.51 0.07 0 0.36 187.86 0.34 0.48
Hex 50 99 A4 33 7 0 24 BC 22 30
Octal 120 231 244 63 7 0 44 274 42 60
Binary 1010000 10011001 10100100 110011 111 0 100100 10111100 100010 110000

Color Harmonies of #5099A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5099A4

Black with #5099A4

Text Example


Text Example

White with #5099A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5099A4; }

 p { color: rgb(80,153,164); }

 H1.HeaderClassName
 {
   color: #5099A4;
 }
 .AnyTagClassName
 {
   color: #5099A4;
 }
</style>

background-color css

<style>
 a { background-color: #5099A4; }

 a { background-color: rgb(80,153,164); }

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

border-color css

<style>
 span { border-color: #5099A4; }

 span { border-color: rgb(80,153,164); }

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