Html Css Color HEX #567DDA Havelock Blue

📋 copy color: '#567DDA'

red 86 ◦ green 125 ◦ blue 218

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

Shades of Havelock Blue #567DDA

Tints of Havelock Blue #567DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 20.05%
G = 29.14%
B = 50.82%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#567DDA (or 0x567DDA) is known color: Havelock Blue. HEX triplet: 56, 7D and DA. RGB value is (86,125,218). Sum of RGB (Red+Green+Blue) = 86+125+218=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #567DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DDA is #A98225. Grayscale: #7B7B7B. Windows color (decimal): -11108902 or 14318934. OLE color: 14318934.

HSL color Cylindrical-coordinate representation of color #567DDA: hue angle of 222.27º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #567DDA is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 125 218 -
CMYK 0.61 0.43 0 0.15
HSL 222.27º 0.64% 0.6% -
HSV(B) 222.27º 0.61% 0.85% -
XYZ 23.83 21.71 69.26 -
YUV 123.94 181.08 100.94 -
System Red Green Blue C M Y K H S L
Decimal 86 125 218 0.61 0.43 0 0.15 222.27 0.64 0.6
Hex 56 7D DA 3D 2B 0 F DE 40 3C
Octal 126 175 332 75 53 0 17 336 100 74
Binary 1010110 1111101 11011010 111101 101011 0 1111 11011110 1000000 111100

Color Harmonies of #567DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567DDA

Black with #567DDA

Text Example


Text Example

White with #567DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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