Html Css Color HEX #56A2CE Picton Blue

📋 copy color: '#56A2CE'

red 86 ◦ green 162 ◦ blue 206

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

Shades of Picton Blue #56A2CE

Tints of Picton Blue #56A2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.68%

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 18.94%
G = 35.68%
B = 45.37%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#56A2CE (or 0x56A2CE) is known color: Picton Blue. HEX triplet: 56, A2 and CE. RGB value is (86,162,206). Sum of RGB (Red+Green+Blue) = 86+162+206=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #56A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A2CE is #A95D31. Grayscale: #909090. Windows color (decimal): -11099442 or 13541974. OLE color: 13541974.

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

Color convert

RGB 86 162 206 -
CMYK 0.58 0.21 0 0.19
HSL 202º 0.55% 0.57% -
HSV(B) 202º 0.58% 0.81% -
XYZ 27.9 32.28 63.15 -
YUV 144.29 162.82 86.42 -
System Red Green Blue C M Y K H S L
Decimal 86 162 206 0.58 0.21 0 0.19 202 0.55 0.57
Hex 56 A2 CE 3A 15 0 13 CA 37 39
Octal 126 242 316 72 25 0 23 312 67 71
Binary 1010110 10100010 11001110 111010 10101 0 10011 11001010 110111 111001

Color Harmonies of #56A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A2CE

Black with #56A2CE

Text Example


Text Example

White with #56A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,162,206); }

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

background-color css

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

 a { background-color: rgb(86,162,206); }

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

border-color css

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

 span { border-color: rgb(86,162,206); }

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