Html Css Color HEX #567BBF Havelock Blue

📋 copy color: '#567BBF'

red 86 ◦ green 123 ◦ blue 191

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

Shades of Havelock Blue #567BBF

Tints of Havelock Blue #567BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.75%

R = 21.5%
G = 30.75%
B = 47.75%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#567BBF (or 0x567BBF) is known color: Havelock Blue. HEX triplet: 56, 7B and BF. RGB value is (86,123,191). Sum of RGB (Red+Green+Blue) = 86+123+191=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #567BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567BBF is #A98440. Grayscale: #777777. Windows color (decimal): -11109441 or 12548950. OLE color: 12548950.

HSL color Cylindrical-coordinate representation of color #567BBF: hue angle of 218.86º degrees, saturation: 0.45, 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 #567BBF is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 123 191 -
CMYK 0.55 0.36 0 0.25
HSL 218.86º 0.45% 0.54% -
HSV(B) 218.86º 0.55% 0.75% -
XYZ 20.32 19.91 52.06 -
YUV 119.69 168.24 103.97 -
System Red Green Blue C M Y K H S L
Decimal 86 123 191 0.55 0.36 0 0.25 218.86 0.45 0.54
Hex 56 7B BF 37 24 0 19 DB 2D 36
Octal 126 173 277 67 44 0 31 333 55 66
Binary 1010110 1111011 10111111 110111 100100 0 11001 11011011 101101 110110

Color Harmonies of #567BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567BBF

Black with #567BBF

Text Example


Text Example

White with #567BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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