Html Css Color HEX #567BBB Havelock Blue

📋 copy color: '#567BBB'

red 86 ◦ green 123 ◦ blue 187

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

Shades of Havelock Blue #567BBB

Tints of Havelock Blue #567BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.06%

 BLUE value IS 187 (73.44% from 255) = 47.22%

R = 21.72%
G = 31.06%
B = 47.22%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#567BBB (or 0x567BBB) is known color: Havelock Blue. HEX triplet: 56, 7B and BB. RGB value is (86,123,187). Sum of RGB (Red+Green+Blue) = 86+123+187=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #567BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567BBB is #A98444. Grayscale: #767676. Windows color (decimal): -11109445 or 12286806. OLE color: 12286806.

HSL color Cylindrical-coordinate representation of color #567BBB: hue angle of 218.02º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #567BBB is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 123 187 -
CMYK 0.54 0.34 0 0.27
HSL 218.02º 0.43% 0.54% -
HSV(B) 218.02º 0.54% 0.73% -
XYZ 19.89 19.73 49.77 -
YUV 119.23 166.24 104.3 -
System Red Green Blue C M Y K H S L
Decimal 86 123 187 0.54 0.34 0 0.27 218.02 0.43 0.54
Hex 56 7B BB 36 22 0 1B DA 2B 36
Octal 126 173 273 66 42 0 33 332 53 66
Binary 1010110 1111011 10111011 110110 100010 0 11011 11011010 101011 110110

Color Harmonies of #567BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567BBB

Black with #567BBB

Text Example


Text Example

White with #567BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567BBB; }

 p { color: rgb(86,123,187); }

 H1.HeaderClassName
 {
   color: #567BBB;
 }
 .AnyTagClassName
 {
   color: #567BBB;
 }
</style>

background-color css

<style>
 a { background-color: #567BBB; }

 a { background-color: rgb(86,123,187); }

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

border-color css

<style>
 span { border-color: #567BBB; }

 span { border-color: rgb(86,123,187); }

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