#56A8CD

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

Shades of Picton Blue #56A8CD

Tints of Picton Blue #56A8CD

Color information

#56A8CD (or 0x56A8CD) is unknown color: approx Picton Blue. HEX triplet: 56, A8 and CD. RGB value is (86,168,205). Sum of RGB (Red+Green+Blue) = 86+168+205=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #56A8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A8CD is #A95732. Grayscale: #939393. Windows color (decimal): -11097907 or 13477974. OLE color: 13477974.

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

Color convert

RGB86168205-
CMYK0.580.1800.20
HSL198.66º54.34%57.06%-
HSV(B)198.66º58.05%80.39%-
XYZ28.8634.3962.87-
YUV147.7160.3383.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.74%
GREEN value IS 168 (66.02% from 255) = 36.60%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=18.74%
G=36.60%
B=44.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861682050.580.1800.20198.6654.3457.06
Hex56A8CD3A12014c73639
Octal12625031572220243076671
Binary101011010101000110011011110101001001010011000111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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