#507CCB

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

Shades of Havelock Blue #507CCB

Tints of Havelock Blue #507CCB

Color information

#507CCB (or 0x507CCB) is unknown color: approx Havelock Blue. HEX triplet: 50, 7C and CB. RGB value is (80,124,203). Sum of RGB (Red+Green+Blue) = 80+124+203=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #507CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CCB is #AF8334. Grayscale: #777777. Windows color (decimal): -11502389 or 13335632. OLE color: 13335632.

HSL color Cylindrical-coordinate representation of color #507CCB: hue angle of 218.54º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #507CCB is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB80124203-
CMYK0.610.3900.20
HSL218.54º54.19%55.49%-
HSV(B)218.54º60.59%79.61%-
XYZ21.320.4359.32-
YUV119.85174.9299.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 124 (48.83% from 255) = 30.47%
BLUE value IS 203 (79.69% from 255) = 49.88%
R=19.66%
G=30.47%
B=49.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801242030.610.3900.20218.5454.1955.49
Hex507CCB3D27014db3637
Octal12017431375470243336667
Binary101000011111001100101111110110011101010011011011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507CCB; }

 p { color: rgb(80,124,203); }

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

<style>
 a { background-color: #507CCB; }

 a { background-color: rgb(80,124,203); }

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

<style>
 span { border-color: #507CCB; }

 span { border-color: rgb(80,124,203); }

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