#56A5CC

Color #56A5CC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #56A5CC

Tints of Picton Blue #56A5CC

Color information

#56A5CC (or 0x56A5CC) is unknown color: approx Picton Blue. HEX triplet: 56, A5 and CC. RGB value is (86,165,204). Sum of RGB (Red+Green+Blue) = 86+165+204=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #56A5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A5CC is #A95A33. Grayscale: #919191. Windows color (decimal): -11098676 or 13411670. OLE color: 13411670.

HSL color Cylindrical-coordinate representation of color #56A5CC: hue angle of 199.83º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56A5CC is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB86165204-
CMYK0.580.1900.2
HSL199.83º53.64%56.86%-
HSV(B)199.83º57.84%80%-
XYZ28.1933.2562.06-
YUV145.82160.8385.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.90%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=18.90%
G=36.26%
B=44.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal861652040.580.1900.2199.8353.6456.86
Hex56A5CC3A13014c83639
Octal12624531472230243106671
Binary101011010100101110011001110101001101010011001000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A5CC; }

 p { color: rgb(86,165,204); }

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

<style>
 a { background-color: #56A5CC; }

 a { background-color: rgb(86,165,204); }

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

<style>
 span { border-color: #56A5CC; }

 span { border-color: rgb(86,165,204); }

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