Html Css Color HEX #5D7ECF Havelock Blue

📋 copy color: '#5D7ECF'

red 93 ◦ green 126 ◦ blue 207

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

Shades of Havelock Blue #5D7ECF

Tints of Havelock Blue #5D7ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.58%

 BLUE value IS 207 (81.25% from 255) = 48.59%

R = 21.83%
G = 29.58%
B = 48.59%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D7ECF (or 0x5D7ECF) is known color: Havelock Blue. HEX triplet: 5D, 7E and CF. RGB value is (93,126,207). Sum of RGB (Red+Green+Blue) = 93+126+207=426 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.83% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D7ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7ECF is #A28130. Grayscale: #7D7D7D. Windows color (decimal): -10649905 or 13598301. OLE color: 13598301.

HSL color Cylindrical-coordinate representation of color #5D7ECF: hue angle of 222.63º 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 #5D7ECF is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 126 207 -
CMYK 0.55 0.39 0 0.19
HSL 222.63º 0.54% 0.59% -
HSV(B) 222.63º 0.55% 0.81% -
XYZ 23.24 21.75 62.01 -
YUV 125.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 93 126 207 0.55 0.39 0 0.19 222.63 0.54 0.59
Hex 5D 7E CF 37 27 0 13 DF 36 3B
Octal 135 176 317 67 47 0 23 337 66 73
Binary 1011101 1111110 11001111 110111 100111 0 10011 11011111 110110 111011

Color Harmonies of #5D7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7ECF

Black with #5D7ECF

Text Example


Text Example

White with #5D7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,126,207); }

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

background-color css

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

 a { background-color: rgb(93,126,207); }

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

border-color css

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

 span { border-color: rgb(93,126,207); }

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