Html Css Color HEX #567AB4 Havelock Blue

📋 copy color: '#567AB4'

red 86 ◦ green 122 ◦ blue 180

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

Shades of Havelock Blue #567AB4

Tints of Havelock Blue #567AB4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.44%

 BLUE value IS 180 (70.7% from 255) = 46.39%

R = 22.16%
G = 31.44%
B = 46.39%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#567AB4 (or 0x567AB4) is known color: Havelock Blue. HEX triplet: 56, 7A and B4. RGB value is (86,122,180). Sum of RGB (Red+Green+Blue) = 86+122+180=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 180 - color contains mainly: blue. Hex color #567AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567AB4 is #A9854B. Grayscale: #757575. Windows color (decimal): -11109708 or 11827798. OLE color: 11827798.

HSL color Cylindrical-coordinate representation of color #567AB4: hue angle of 217.02º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #567AB4 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 86 122 180 -
CMYK 0.52 0.32 0 0.29
HSL 217.02º 0.39% 0.52% -
HSV(B) 217.02º 0.52% 0.71% -
XYZ 19.04 19.19 45.88 -
YUV 117.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 86 122 180 0.52 0.32 0 0.29 217.02 0.39 0.52
Hex 56 7A B4 34 20 0 1D D9 27 34
Octal 126 172 264 64 40 0 35 331 47 64
Binary 1010110 1111010 10110100 110100 100000 0 11101 11011001 100111 110100

Color Harmonies of #567AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567AB4

Black with #567AB4

Text Example


Text Example

White with #567AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,122,180); }

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

background-color css

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

 a { background-color: rgb(86,122,180); }

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

border-color css

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

 span { border-color: rgb(86,122,180); }

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