Html Css Color HEX #5D7BBA Havelock Blue

📋 copy color: '#5D7BBA'

red 93 ◦ green 123 ◦ blue 186

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

Shades of Havelock Blue #5D7BBA

Tints of Havelock Blue #5D7BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.6%

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 23.13%
G = 30.6%
B = 46.27%

CMYK

 C value IS 0.5

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D7BBA (or 0x5D7BBA) is known color: Havelock Blue. HEX triplet: 5D, 7B and BA. RGB value is (93,123,186). Sum of RGB (Red+Green+Blue) = 93+123+186=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D7BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7BBA is #A28445. Grayscale: #787878. Windows color (decimal): -10650694 or 12221277. OLE color: 12221277.

HSL color Cylindrical-coordinate representation of color #5D7BBA: hue angle of 220.65º degrees, saturation: 0.4, 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 #5D7BBA is Cyan = 0.5, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 123 186 -
CMYK 0.5 0.34 0 0.27
HSL 220.65º 0.4% 0.55% -
HSV(B) 220.65º 0.5% 0.73% -
XYZ 20.46 20.04 49.24 -
YUV 121.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 93 123 186 0.5 0.34 0 0.27 220.65 0.4 0.55
Hex 5D 7B BA 32 22 0 1B DD 28 37
Octal 135 173 272 62 42 0 33 335 50 67
Binary 1011101 1111011 10111010 110010 100010 0 11011 11011101 101000 110111

Color Harmonies of #5D7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7BBA

Black with #5D7BBA

Text Example


Text Example

White with #5D7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,123,186); }

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

background-color css

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

 a { background-color: rgb(93,123,186); }

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

border-color css

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

 span { border-color: rgb(93,123,186); }

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