Html Css Color HEX #5675D1 Havelock Blue

📋 copy color: '#5675D1'

red 86 ◦ green 117 ◦ blue 209

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

Shades of Havelock Blue #5675D1

Tints of Havelock Blue #5675D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.73%

R = 20.87%
G = 28.4%
B = 50.73%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5675D1 (or 0x5675D1) is known color: Havelock Blue. HEX triplet: 56, 75 and D1. RGB value is (86,117,209). Sum of RGB (Red+Green+Blue) = 86+117+209=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 209 (82.03% from 255 or 50.73% from 412); Max value from RGB is 209 - color contains mainly: blue. Hex color #5675D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5675D1 is #A98A2E. Grayscale: #757575. Windows color (decimal): -11110959 or 13727062. OLE color: 13727062.

HSL color Cylindrical-coordinate representation of color #5675D1: hue angle of 224.88º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5675D1 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 86 117 209 -
CMYK 0.59 0.44 0 0.18
HSL 224.88º 0.57% 0.58% -
HSV(B) 224.88º 0.59% 0.82% -
XYZ 21.71 19.3 62.9 -
YUV 118.22 179.23 105.02 -
System Red Green Blue C M Y K H S L
Decimal 86 117 209 0.59 0.44 0 0.18 224.88 0.57 0.58
Hex 56 75 D1 3B 2C 0 12 E1 39 3A
Octal 126 165 321 73 54 0 22 341 71 72
Binary 1010110 1110101 11010001 111011 101100 0 10010 11100001 111001 111010

Color Harmonies of #5675D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5675D1

Black with #5675D1

Text Example


Text Example

White with #5675D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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