Html Css Color HEX #56A0DC Picton Blue

📋 copy color: '#56A0DC'

red 86 ◦ green 160 ◦ blue 220

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

Shades of Picton Blue #56A0DC

Tints of Picton Blue #56A0DC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.33%

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 18.45%
G = 34.33%
B = 47.21%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#56A0DC (or 0x56A0DC) is known color: Picton Blue. HEX triplet: 56, A0 and DC. RGB value is (86,160,220). Sum of RGB (Red+Green+Blue) = 86+160+220=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #56A0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A0DC is #A95F23. Grayscale: #909090. Windows color (decimal): -11099940 or 14458966. OLE color: 14458966.

HSL color Cylindrical-coordinate representation of color #56A0DC: hue angle of 206.87º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56A0DC is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 160 220 -
CMYK 0.61 0.27 0 0.14
HSL 206.87º 0.66% 0.6% -
HSV(B) 206.87º 0.61% 0.86% -
XYZ 29.33 32.29 72.4 -
YUV 144.71 170.48 86.12 -
System Red Green Blue C M Y K H S L
Decimal 86 160 220 0.61 0.27 0 0.14 206.87 0.66 0.6
Hex 56 A0 DC 3D 1B 0 E CF 42 3C
Octal 126 240 334 75 33 0 16 317 102 74
Binary 1010110 10100000 11011100 111101 11011 0 1110 11001111 1000010 111100

Color Harmonies of #56A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A0DC

Black with #56A0DC

Text Example


Text Example

White with #56A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,160,220); }

 H1.HeaderClassName
 {
   color: #56A0DC;
 }
 .AnyTagClassName
 {
   color: #56A0DC;
 }
</style>

background-color css

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

 a { background-color: rgb(86,160,220); }

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

border-color css

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

 span { border-color: rgb(86,160,220); }

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