Html Css Color HEX #5D7BCE Havelock Blue

📋 copy color: '#5D7BCE'

red 93 ◦ green 123 ◦ blue 206

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

Shades of Havelock Blue #5D7BCE

Tints of Havelock Blue #5D7BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 22.04%
G = 29.15%
B = 48.82%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D7BCE (or 0x5D7BCE) is known color: Havelock Blue. HEX triplet: 5D, 7B and CE. RGB value is (93,123,206). Sum of RGB (Red+Green+Blue) = 93+123+206=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D7BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7BCE is #A28431. Grayscale: #7B7B7B. Windows color (decimal): -10650674 or 13531997. OLE color: 13531997.

HSL color Cylindrical-coordinate representation of color #5D7BCE: hue angle of 224.07º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D7BCE is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 123 206 -
CMYK 0.55 0.40 0 0.19
HSL 224.07º 0.54% 0.59% -
HSV(B) 224.07º 0.55% 0.81% -
XYZ 22.74 20.95 61.24 -
YUV 123.49 174.56 106.25 -
System Red Green Blue C M Y K H S L
Decimal 93 123 206 0.55 0.40 0 0.19 224.07 0.54 0.59
Hex 5D 7B CE 37 28 0 13 E0 36 3B
Octal 135 173 316 67 50 0 23 340 66 73
Binary 1011101 1111011 11001110 110111 101000 0 10011 11100000 110110 111011

Color Harmonies of #5D7BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7BCE

Black with #5D7BCE

Text Example


Text Example

White with #5D7BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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