Html Css Color HEX #567DBA Havelock Blue

📋 copy color: '#567DBA'

red 86 ◦ green 125 ◦ blue 186

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

Shades of Havelock Blue #567DBA

Tints of Havelock Blue #567DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 21.66%
G = 31.49%
B = 46.85%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#567DBA (or 0x567DBA) is known color: Havelock Blue. HEX triplet: 56, 7D and BA. RGB value is (86,125,186). Sum of RGB (Red+Green+Blue) = 86+125+186=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #567DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DBA is #A98245. Grayscale: #787878. Windows color (decimal): -11108934 or 12221782. OLE color: 12221782.

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

Color convert

RGB 86 125 186 -
CMYK 0.54 0.33 0 0.27
HSL 216.6º 0.42% 0.53% -
HSV(B) 216.6º 0.54% 0.73% -
XYZ 20.03 20.19 49.3 -
YUV 120.29 165.08 103.54 -
System Red Green Blue C M Y K H S L
Decimal 86 125 186 0.54 0.33 0 0.27 216.6 0.42 0.53
Hex 56 7D BA 36 21 0 1B D9 2A 35
Octal 126 175 272 66 41 0 33 331 52 65
Binary 1010110 1111101 10111010 110110 100001 0 11011 11011001 101010 110101

Color Harmonies of #567DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567DBA

Black with #567DBA

Text Example


Text Example

White with #567DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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