Html Css Color HEX #56A2E4 Picton Blue

📋 copy color: '#56A2E4'

red 86 ◦ green 162 ◦ blue 228

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

Shades of Picton Blue #56A2E4

Tints of Picton Blue #56A2E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.9%

R = 18.07%
G = 34.03%
B = 47.9%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#56A2E4 (or 0x56A2E4) is known color: Picton Blue. HEX triplet: 56, A2 and E4. RGB value is (86,162,228). Sum of RGB (Red+Green+Blue) = 86+162+228=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 228 - color contains mainly: blue. Hex color #56A2E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A2E4 is #A95D1B. Grayscale: #929292. Windows color (decimal): -11099420 or 14983766. OLE color: 14983766.

HSL color Cylindrical-coordinate representation of color #56A2E4: hue angle of 207.89º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56A2E4 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 86 162 228 -
CMYK 0.62 0.29 0 0.11
HSL 207.89º 0.72% 0.62% -
HSV(B) 207.89º 0.62% 0.89% -
XYZ 30.76 33.42 78.23 -
YUV 146.8 173.82 84.63 -
System Red Green Blue C M Y K H S L
Decimal 86 162 228 0.62 0.29 0 0.11 207.89 0.72 0.62
Hex 56 A2 E4 3E 1D 0 B D0 48 3E
Octal 126 242 344 76 35 0 13 320 110 76
Binary 1010110 10100010 11100100 111110 11101 0 1011 11010000 1001000 111110

Color Harmonies of #56A2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A2E4

Black with #56A2E4

Text Example


Text Example

White with #56A2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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