#5098A4

Color #5098A4 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #5098A4

Tints of Cadet Blue #5098A4

Color information

#5098A4 (or 0x5098A4) is unknown color: approx Cadet Blue. HEX triplet: 50, 98 and A4. RGB value is (80,152,164). Sum of RGB (Red+Green+Blue) = 80+152+164=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 164 - color contains mainly: blue. Hex color #5098A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5098A4 is #AF675B. Grayscale: #838383. Windows color (decimal): -11495260 or 10786896. OLE color: 10786896.

HSL color Cylindrical-coordinate representation of color #5098A4: hue angle of 188.57º 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 #5098A4 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB80152164-
CMYK0.510.0700.36
HSL188.57º34.43%47.84%-
HSV(B)188.57º51.22%64.31%-
XYZ21.2426.8439.18-
YUV131.84146.1591.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.20%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 164 (64.45% from 255) = 41.41%
R=20.20%
G=38.38%
B=41.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal801521640.510.0700.36188.5734.4347.84
Hex5098A4337024bd2230
Octal1202302446370442754260
Binary10100001001100010100100110011111010010010111101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5098A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5098A4;
 }
 .AnyTagClassName
 {
   color: #5098A4;
 }
</style>
background-color css

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

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

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

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

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

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