Html Css Color HEX #5675C4 Havelock Blue

📋 copy color: '#5675C4'

red 86 ◦ green 117 ◦ blue 196

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

Shades of Havelock Blue #5675C4

Tints of Havelock Blue #5675C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 49.12%

R = 21.55%
G = 29.32%
B = 49.12%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5675C4 (or 0x5675C4) is known color: Havelock Blue. HEX triplet: 56, 75 and C4. RGB value is (86,117,196). Sum of RGB (Red+Green+Blue) = 86+117+196=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 196 (76.95% from 255 or 49.12% from 399); Max value from RGB is 196 - color contains mainly: blue. Hex color #5675C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5675C4 is #A98A3B. Grayscale: #747474. Windows color (decimal): -11110972 or 12875094. OLE color: 12875094.

HSL color Cylindrical-coordinate representation of color #5675C4: hue angle of 223.09º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5675C4 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 86 117 196 -
CMYK 0.56 0.40 0 0.23
HSL 223.09º 0.48% 0.55% -
HSV(B) 223.09º 0.56% 0.77% -
XYZ 20.16 18.69 54.77 -
YUV 116.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 86 117 196 0.56 0.40 0 0.23 223.09 0.48 0.55
Hex 56 75 C4 38 28 0 17 DF 30 37
Octal 126 165 304 70 50 0 27 337 60 67
Binary 1010110 1110101 11000100 111000 101000 0 10111 11011111 110000 110111

Color Harmonies of #5675C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5675C4

Black with #5675C4

Text Example


Text Example

White with #5675C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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