#56A4CD

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

Shades of Picton Blue #56A4CD

Tints of Picton Blue #56A4CD

Color information

#56A4CD (or 0x56A4CD) is unknown color: approx Picton Blue. HEX triplet: 56, A4 and CD. RGB value is (86,164,205). Sum of RGB (Red+Green+Blue) = 86+164+205=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #56A4CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A4CD is #A95B32. Grayscale: #919191. Windows color (decimal): -11098931 or 13476950. OLE color: 13476950.

HSL color Cylindrical-coordinate representation of color #56A4CD: hue angle of 200.67º 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 #56A4CD is Cyan = 0.58, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB86164205-
CMYK0.580.200.20
HSL200.67º54.34%57.06%-
HSV(B)200.67º58.05%80.39%-
XYZ28.1332.9462.63-
YUV145.35161.6685.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.90%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=18.90%
G=36.04%
B=45.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861642050.580.200.20200.6754.3457.06
Hex56A4CD3A14014c93639
Octal12624431572240243116671
Binary101011010100100110011011110101010001010011001001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,164,205); }

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

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

 a { background-color: rgb(86,164,205); }

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

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

 span { border-color: rgb(86,164,205); }

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