Html Css Color HEX #5D7FCE Havelock Blue

📋 copy color: '#5D7FCE'

red 93 ◦ green 127 ◦ blue 206

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

Shades of Havelock Blue #5D7FCE

Tints of Havelock Blue #5D7FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 29.81%

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

R = 21.83%
G = 29.81%
B = 48.36%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D7FCE (or 0x5D7FCE) is known color: Havelock Blue. HEX triplet: 5D, 7F and CE. RGB value is (93,127,206). Sum of RGB (Red+Green+Blue) = 93+127+206=426 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.83% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D7FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7FCE is #A28031. Grayscale: #7D7D7D. Windows color (decimal): -10649650 or 13533021. OLE color: 13533021.

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

Color convert

RGB 93 127 206 -
CMYK 0.55 0.38 0 0.19
HSL 221.95º 0.54% 0.59% -
HSV(B) 221.95º 0.55% 0.81% -
XYZ 23.24 21.96 61.41 -
YUV 125.84 173.24 104.58 -
System Red Green Blue C M Y K H S L
Decimal 93 127 206 0.55 0.38 0 0.19 221.95 0.54 0.59
Hex 5D 7F CE 37 26 0 13 DE 36 3B
Octal 135 177 316 67 46 0 23 336 66 73
Binary 1011101 1111111 11001110 110111 100110 0 10011 11011110 110110 111011

Color Harmonies of #5D7FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7FCE

Black with #5D7FCE

Text Example


Text Example

White with #5D7FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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