#567add

Color #567ADD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #567ADD

Tints of Royal Blue #567ADD

Color information

#567ADD (or 0x567ADD) is unknown color: approx Royal Blue. HEX triplet: 56, 7A and DD. RGB value is (86,122,221). Sum of RGB (Red+Green+Blue) = 86+122+221=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #567ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567ADD is #A98522. Grayscale: #7A7A7A. Windows color (decimal): -11109667 or 14514774. OLE color: 14514774.

HSL color Cylindrical-coordinate representation of color #567ADD: hue angle of 224º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #567ADD is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB86122221-
CMYK0.610.4500.13
HSL224º66.5%60.2%-
HSV(B)224º61.09%86.67%-
XYZ23.8521.1271.23-
YUV122.52183.57101.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.05%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 221 (86.72% from 255) = 51.52%
R=20.05%
G=28.44%
B=51.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal861222210.610.4500.1322466.560.2
Hex567ADD3D2D0De0433c
Octal126172335755501534010374
Binary101011011110101101110111110110110101101111000001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567add

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #567add;
 }
 .AnyTagClassName
 {
   color: #567add;
 }
</style>
background-color css

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

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

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

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

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

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