Html Css Color HEX #5675BC Havelock Blue

📋 copy color: '#5675BC'

red 86 ◦ green 117 ◦ blue 188

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

Shades of Havelock Blue #5675BC

Tints of Havelock Blue #5675BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 21.99%
G = 29.92%
B = 48.08%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5675BC (or 0x5675BC) is known color: Havelock Blue. HEX triplet: 56, 75 and BC. RGB value is (86,117,188). Sum of RGB (Red+Green+Blue) = 86+117+188=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #5675BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5675BC is #A98A43. Grayscale: #737373. Windows color (decimal): -11110980 or 12350806. OLE color: 12350806.

HSL color Cylindrical-coordinate representation of color #5675BC: hue angle of 221.76º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5675BC is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 117 188 -
CMYK 0.54 0.38 0 0.26
HSL 221.76º 0.43% 0.54% -
HSV(B) 221.76º 0.54% 0.74% -
XYZ 19.28 18.33 50.1 -
YUV 115.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 86 117 188 0.54 0.38 0 0.26 221.76 0.43 0.54
Hex 56 75 BC 36 26 0 1A DE 2B 36
Octal 126 165 274 66 46 0 32 336 53 66
Binary 1010110 1110101 10111100 110110 100110 0 11010 11011110 101011 110110

Color Harmonies of #5675BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5675BC

Black with #5675BC

Text Example


Text Example

White with #5675BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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