Html Css Color HEX #5675BE Havelock Blue

📋 copy color: '#5675BE'

red 86 ◦ green 117 ◦ blue 190

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

Shades of Havelock Blue #5675BE

Tints of Havelock Blue #5675BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.35%

R = 21.88%
G = 29.77%
B = 48.35%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5675BE (or 0x5675BE) is known color: Havelock Blue. HEX triplet: 56, 75 and BE. RGB value is (86,117,190). Sum of RGB (Red+Green+Blue) = 86+117+190=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #5675BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5675BE is #A98A41. Grayscale: #737373. Windows color (decimal): -11110978 or 12481878. OLE color: 12481878.

HSL color Cylindrical-coordinate representation of color #5675BE: hue angle of 222.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5675BE is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 117 190 -
CMYK 0.55 0.38 0 0.25
HSL 222.12º 0.44% 0.54% -
HSV(B) 222.12º 0.55% 0.75% -
XYZ 19.49 18.42 51.24 -
YUV 116.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 86 117 190 0.55 0.38 0 0.25 222.12 0.44 0.54
Hex 56 75 BE 37 26 0 19 DE 2C 36
Octal 126 165 276 67 46 0 31 336 54 66
Binary 1010110 1110101 10111110 110111 100110 0 11001 11011110 101100 110110

Color Harmonies of #5675BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5675BE

Black with #5675BE

Text Example


Text Example

White with #5675BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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