Html Css Color HEX #56A1E0 Picton Blue

📋 copy color: '#56A1E0'

red 86 ◦ green 161 ◦ blue 224

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

Shades of Picton Blue #56A1E0

Tints of Picton Blue #56A1E0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.18%

 BLUE value IS 224 (87.89% from 255) = 47.56%

R = 18.26%
G = 34.18%
B = 47.56%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#56A1E0 (or 0x56A1E0) is known color: Picton Blue. HEX triplet: 56, A1 and E0. RGB value is (86,161,224). Sum of RGB (Red+Green+Blue) = 86+161+224=471 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.26% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #56A1E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A1E0 is #A95E1F. Grayscale: #919191. Windows color (decimal): -11099680 or 14721366. OLE color: 14721366.

HSL color Cylindrical-coordinate representation of color #56A1E0: hue angle of 207.39º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56A1E0 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 161 224 -
CMYK 0.62 0.28 0 0.12
HSL 207.39º 0.69% 0.61% -
HSV(B) 207.39º 0.62% 0.88% -
XYZ 30.04 32.85 75.28 -
YUV 145.76 172.15 85.38 -
System Red Green Blue C M Y K H S L
Decimal 86 161 224 0.62 0.28 0 0.12 207.39 0.69 0.61
Hex 56 A1 E0 3E 1C 0 C CF 45 3D
Octal 126 241 340 76 34 0 14 317 105 75
Binary 1010110 10100001 11100000 111110 11100 0 1100 11001111 1000101 111101

Color Harmonies of #56A1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A1E0

Black with #56A1E0

Text Example


Text Example

White with #56A1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,161,224); }

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

background-color css

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

 a { background-color: rgb(86,161,224); }

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

border-color css

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

 span { border-color: rgb(86,161,224); }

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