Html Css Color HEX #567BC5 Havelock Blue

📋 copy color: '#567BC5'

red 86 ◦ green 123 ◦ blue 197

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

Shades of Havelock Blue #567BC5

Tints of Havelock Blue #567BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 48.52%

R = 21.18%
G = 30.3%
B = 48.52%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#567BC5 (or 0x567BC5) is known color: Havelock Blue. HEX triplet: 56, 7B and C5. RGB value is (86,123,197). Sum of RGB (Red+Green+Blue) = 86+123+197=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #567BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567BC5 is #A9843A. Grayscale: #787878. Windows color (decimal): -11109435 or 12942166. OLE color: 12942166.

HSL color Cylindrical-coordinate representation of color #567BC5: hue angle of 220º degrees, saturation: 0.49, 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 #567BC5 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 86 123 197 -
CMYK 0.56 0.38 0 0.23
HSL 220º 0.49% 0.55% -
HSV(B) 220º 0.56% 0.77% -
XYZ 21 20.18 55.61 -
YUV 120.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 86 123 197 0.56 0.38 0 0.23 220 0.49 0.55
Hex 56 7B C5 38 26 0 17 DC 31 37
Octal 126 173 305 70 46 0 27 334 61 67
Binary 1010110 1111011 11000101 111000 100110 0 10111 11011100 110001 110111

Color Harmonies of #567BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567BC5

Black with #567BC5

Text Example


Text Example

White with #567BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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