Html Css Color HEX #567DC1 Havelock Blue

📋 copy color: '#567DC1'

red 86 ◦ green 125 ◦ blue 193

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

Shades of Havelock Blue #567DC1

Tints of Havelock Blue #567DC1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.94%

 BLUE value IS 193 (75.78% from 255) = 47.77%

R = 21.29%
G = 30.94%
B = 47.77%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#567DC1 (or 0x567DC1) is known color: Havelock Blue. HEX triplet: 56, 7D and C1. RGB value is (86,125,193). Sum of RGB (Red+Green+Blue) = 86+125+193=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #567DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DC1 is #A9823E. Grayscale: #787878. Windows color (decimal): -11108927 or 12680534. OLE color: 12680534.

HSL color Cylindrical-coordinate representation of color #567DC1: hue angle of 218.13º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #567DC1 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 86 125 193 -
CMYK 0.55 0.35 0 0.24
HSL 218.13º 0.46% 0.55% -
HSV(B) 218.13º 0.55% 0.76% -
XYZ 20.8 20.5 53.31 -
YUV 121.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 86 125 193 0.55 0.35 0 0.24 218.13 0.46 0.55
Hex 56 7D C1 37 23 0 18 DA 2E 37
Octal 126 175 301 67 43 0 30 332 56 67
Binary 1010110 1111101 11000001 110111 100011 0 11000 11011010 101110 110111

Color Harmonies of #567DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567DC1

Black with #567DC1

Text Example


Text Example

White with #567DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,125,193); }

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

background-color css

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

 a { background-color: rgb(86,125,193); }

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

border-color css

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

 span { border-color: rgb(86,125,193); }

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