#508CC7

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

Shades of Havelock Blue #508CC7

Tints of Havelock Blue #508CC7

Color information

#508CC7 (or 0x508CC7) is unknown color: approx Havelock Blue. HEX triplet: 50, 8C and C7. RGB value is (80,140,199). Sum of RGB (Red+Green+Blue) = 80+140+199=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #508CC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CC7 is #AF7338. Grayscale: #808080. Windows color (decimal): -11498297 or 13077584. OLE color: 13077584.

HSL color Cylindrical-coordinate representation of color #508CC7: hue angle of 209.75º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #508CC7 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB80140199-
CMYK0.600.3000.22
HSL209.75º51.52%54.71%-
HSV(B)209.75º59.8%78.04%-
XYZ2324.5957.57-
YUV128.79167.6293.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.09%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 199 (78.12% from 255) = 47.49%
R=19.09%
G=33.41%
B=47.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801401990.600.3000.22209.7551.5254.71
Hex508CC73C1E016d23437
Octal12021430774360263226467
Binary101000010001100110001111111001111001011011010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,140,199); }

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

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

 a { background-color: rgb(80,140,199); }

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

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

 span { border-color: rgb(80,140,199); }

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