#508ACA

Color #508ACA Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #508ACA

Tints of Havelock Blue #508ACA

Color information

#508ACA (or 0x508ACA) is unknown color: approx Havelock Blue. HEX triplet: 50, 8A and CA. RGB value is (80,138,202). Sum of RGB (Red+Green+Blue) = 80+138+202=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #508ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ACA is #AF7535. Grayscale: #7F7F7F. Windows color (decimal): -11498806 or 13273680. OLE color: 13273680.

HSL color Cylindrical-coordinate representation of color #508ACA: hue angle of 211.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #508ACA is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80138202-
CMYK0.600.3200.21
HSL211.48º53.51%55.29%-
HSV(B)211.48º60.4%79.22%-
XYZ23.0624.1559.32-
YUV127.95169.7893.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.05%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=19.05%
G=32.86%
B=48.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801382020.600.3200.21211.4853.5155.29
Hex508ACA3C20015d33637
Octal12021231274400253236667
Binary1010000100010101100101011110010000001010111010011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508ACA; }

 p { color: rgb(80,138,202); }

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

<style>
 a { background-color: #508ACA; }

 a { background-color: rgb(80,138,202); }

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

<style>
 span { border-color: #508ACA; }

 span { border-color: rgb(80,138,202); }

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