Html Css Color HEX #56AAD2 Picton Blue

📋 copy color: '#56AAD2'

red 86 ◦ green 170 ◦ blue 210

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

Shades of Picton Blue #56AAD2

Tints of Picton Blue #56AAD2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.48%

 BLUE value IS 210 (82.42% from 255) = 45.06%

R = 18.45%
G = 36.48%
B = 45.06%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#56AAD2 (or 0x56AAD2) is known color: Picton Blue. HEX triplet: 56, AA and D2. RGB value is (86,170,210). Sum of RGB (Red+Green+Blue) = 86+170+210=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #56AAD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AAD2 is #A9552D. Grayscale: #959595. Windows color (decimal): -11097390 or 13806166. OLE color: 13806166.

HSL color Cylindrical-coordinate representation of color #56AAD2: hue angle of 199.35º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56AAD2 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 86 170 210 -
CMYK 0.59 0.19 0 0.18
HSL 199.35º 0.58% 0.58% -
HSV(B) 199.35º 0.59% 0.82% -
XYZ 29.85 35.38 66.23 -
YUV 149.44 162.17 82.75 -
System Red Green Blue C M Y K H S L
Decimal 86 170 210 0.59 0.19 0 0.18 199.35 0.58 0.58
Hex 56 AA D2 3B 13 0 12 C7 3A 3A
Octal 126 252 322 73 23 0 22 307 72 72
Binary 1010110 10101010 11010010 111011 10011 0 10010 11000111 111010 111010

Color Harmonies of #56AAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AAD2

Black with #56AAD2

Text Example


Text Example

White with #56AAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,170,210); }

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

background-color css

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

 a { background-color: rgb(86,170,210); }

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

border-color css

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

 span { border-color: rgb(86,170,210); }

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