#5f7cd5

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

Shades of Havelock Blue #5F7CD5

Tints of Havelock Blue #5F7CD5

Color information

#5F7CD5 (or 0x5F7CD5) is unknown color: approx Havelock Blue. HEX triplet: 5F, 7C and D5. RGB value is (95,124,213). Sum of RGB (Red+Green+Blue) = 95+124+213=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #5F7CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7CD5 is #A0832A. Grayscale: #7D7D7D. Windows color (decimal): -10519339 or 13991007. OLE color: 13991007.

HSL color Cylindrical-coordinate representation of color #5F7CD5: hue angle of 225.25º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F7CD5 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB95124213-
CMYK0.550.4200.16
HSL225.25º58.42%60.39%-
HSV(B)225.25º55.4%83.53%-
XYZ23.9421.6565.87-
YUV125.48177.39106.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.99%
GREEN value IS 124 (48.83% from 255) = 28.70%
BLUE value IS 213 (83.59% from 255) = 49.31%
R=21.99%
G=28.70%
B=49.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal951242130.550.4200.16225.2558.4260.39
Hex5F7CD5372A010e13a3c
Octal13717432567520203417274
Binary101111111111001101010111011110101001000011100001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f7cd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5f7cd5; }

 p { color: rgb(95,124,213); }

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

<style>
 a { background-color: #5f7cd5; }

 a { background-color: rgb(95,124,213); }

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

<style>
 span { border-color: #5f7cd5; }

 span { border-color: rgb(95,124,213); }

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