Html Css Color HEX #5675CD Havelock Blue

📋 copy color: '#5675CD'

red 86 ◦ green 117 ◦ blue 205

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

Shades of Havelock Blue #5675CD

Tints of Havelock Blue #5675CD

RGB

 RED value IS 86 (33.98% from 255) = 21.08%

 GREEN value IS 117 (46.09% from 255) = 28.68%

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 21.08%
G = 28.68%
B = 50.25%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5675CD (or 0x5675CD) is known color: Havelock Blue. HEX triplet: 56, 75 and CD. RGB value is (86,117,205). Sum of RGB (Red+Green+Blue) = 86+117+205=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #5675CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5675CD is #A98A32. Grayscale: #757575. Windows color (decimal): -11110963 or 13464918. OLE color: 13464918.

HSL color Cylindrical-coordinate representation of color #5675CD: hue angle of 224.37º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5675CD is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 117 205 -
CMYK 0.58 0.43 0 0.20
HSL 224.37º 0.54% 0.57% -
HSV(B) 224.37º 0.58% 0.8% -
XYZ 21.22 19.11 60.33 -
YUV 117.76 177.23 105.34 -
System Red Green Blue C M Y K H S L
Decimal 86 117 205 0.58 0.43 0 0.20 224.37 0.54 0.57
Hex 56 75 CD 3A 2B 0 14 E0 36 39
Octal 126 165 315 72 53 0 24 340 66 71
Binary 1010110 1110101 11001101 111010 101011 0 10100 11100000 110110 111001

Color Harmonies of #5675CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5675CD

Black with #5675CD

Text Example


Text Example

White with #5675CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5675CD; }

 p { color: rgb(86,117,205); }

 H1.HeaderClassName
 {
   color: #5675CD;
 }
 .AnyTagClassName
 {
   color: #5675CD;
 }
</style>

background-color css

<style>
 a { background-color: #5675CD; }

 a { background-color: rgb(86,117,205); }

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

border-color css

<style>
 span { border-color: #5675CD; }

 span { border-color: rgb(86,117,205); }

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