#5D7ACA

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

Shades of Havelock Blue #5D7ACA

Tints of Havelock Blue #5D7ACA

Color information

#5D7ACA (or 0x5D7ACA) is unknown color: approx Havelock Blue. HEX triplet: 5D, 7A and CA. RGB value is (93,122,202). Sum of RGB (Red+Green+Blue) = 93+122+202=417 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.30% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D7ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7ACA is #A28535. Grayscale: #7A7A7A. Windows color (decimal): -10650934 or 13269597. OLE color: 13269597.

HSL color Cylindrical-coordinate representation of color #5D7ACA: hue angle of 224.04º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D7ACA is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB93122202-
CMYK0.540.4000.21
HSL224.04º50.7%57.84%-
HSV(B)224.04º53.96%79.22%-
XYZ22.1320.5158.67-
YUV122.45172.89107-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.30%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=22.30%
G=29.26%
B=48.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal931222020.540.4000.21224.0450.757.84
Hex5D7ACA3628015e0333a
Octal13517231266500253406372
Binary101110111110101100101011011010100001010111100000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,122,202); }

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

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

 a { background-color: rgb(93,122,202); }

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

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

 span { border-color: rgb(93,122,202); }

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