Html Css Color HEX #56A8E5 Picton Blue

📋 copy color: '#56A8E5'

red 86 ◦ green 168 ◦ blue 229

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

Shades of Picton Blue #56A8E5

Tints of Picton Blue #56A8E5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.78%

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 17.81%
G = 34.78%
B = 47.41%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#56A8E5 (or 0x56A8E5) is known color: Picton Blue. HEX triplet: 56, A8 and E5. RGB value is (86,168,229). Sum of RGB (Red+Green+Blue) = 86+168+229=483 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.81% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #56A8E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A8E5 is #A9571A. Grayscale: #969696. Windows color (decimal): -11097883 or 15050838. OLE color: 15050838.

HSL color Cylindrical-coordinate representation of color #56A8E5: hue angle of 205.59º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56A8E5 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 86 168 229 -
CMYK 0.62 0.27 0 0.10
HSL 205.59º 0.73% 0.62% -
HSV(B) 205.59º 0.62% 0.9% -
XYZ 31.98 35.64 79.32 -
YUV 150.44 172.33 82.04 -
System Red Green Blue C M Y K H S L
Decimal 86 168 229 0.62 0.27 0 0.10 205.59 0.73 0.62
Hex 56 A8 E5 3E 1B 0 A CE 49 3E
Octal 126 250 345 76 33 0 12 316 111 76
Binary 1010110 10101000 11100101 111110 11011 0 1010 11001110 1001001 111110

Color Harmonies of #56A8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A8E5

Black with #56A8E5

Text Example


Text Example

White with #56A8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,168,229); }

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

background-color css

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

 a { background-color: rgb(86,168,229); }

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

border-color css

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

 span { border-color: rgb(86,168,229); }

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