Html Css Color HEX #5D7CCF Havelock Blue

📋 copy color: '#5D7CCF'

red 93 ◦ green 124 ◦ blue 207

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

Shades of Havelock Blue #5D7CCF

Tints of Havelock Blue #5D7CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.25%

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

R = 21.93%
G = 29.25%
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

#5D7CCF (or 0x5D7CCF) is known color: Havelock Blue. HEX triplet: 5D, 7C and CF. RGB value is (93,124,207). Sum of RGB (Red+Green+Blue) = 93+124+207=424 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.93% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D7CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7CCF is #A28330. Grayscale: #7B7B7B. Windows color (decimal): -10650417 or 13597789. OLE color: 13597789.

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

Color convert

RGB 93 124 207 -
CMYK 0.55 0.40 0 0.19
HSL 223.68º 0.54% 0.59% -
HSV(B) 223.68º 0.55% 0.81% -
XYZ 22.98 21.25 61.92 -
YUV 124.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 93 124 207 0.55 0.40 0 0.19 223.68 0.54 0.59
Hex 5D 7C CF 37 28 0 13 E0 36 3B
Octal 135 174 317 67 50 0 23 340 66 73
Binary 1011101 1111100 11001111 110111 101000 0 10011 11100000 110110 111011

Color Harmonies of #5D7CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7CCF

Black with #5D7CCF

Text Example


Text Example

White with #5D7CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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