Html Css Color HEX #5D7ABB Havelock Blue

📋 copy color: '#5D7ABB'

red 93 ◦ green 122 ◦ blue 187

#5D7ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5D7ABB

Tints of Havelock Blue #5D7ABB

RGB

 RED value IS 93 (36.72% from 255) = 23.13%

 GREEN value IS 122 (48.05% from 255) = 30.35%

 BLUE value IS 187 (73.44% from 255) = 46.52%

R = 23.13%
G = 30.35%
B = 46.52%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D7ABB (or 0x5D7ABB) is known color: Havelock Blue. HEX triplet: 5D, 7A and BB. RGB value is (93,122,187). Sum of RGB (Red+Green+Blue) = 93+122+187=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D7ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7ABB is #A28544. Grayscale: #787878. Windows color (decimal): -10650949 or 12286557. OLE color: 12286557.

HSL color Cylindrical-coordinate representation of color #5D7ABB: hue angle of 221.49º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D7ABB is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 122 187 -
CMYK 0.50 0.35 0 0.27
HSL 221.49º 0.41% 0.55% -
HSV(B) 221.49º 0.5% 0.73% -
XYZ 20.44 19.83 49.76 -
YUV 120.74 165.39 108.21 -
System Red Green Blue C M Y K H S L
Decimal 93 122 187 0.50 0.35 0 0.27 221.49 0.41 0.55
Hex 5D 7A BB 32 23 0 1B DD 29 37
Octal 135 172 273 62 43 0 33 335 51 67
Binary 1011101 1111010 10111011 110010 100011 0 11011 11011101 101001 110111

Color Harmonies of #5D7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7ABB

Black with #5D7ABB

Text Example


Text Example

White with #5D7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D7ABB;
 }
 .AnyTagClassName
 {
   color: #5D7ABB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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