Html Css Color HEX #56A6CA Picton Blue

📋 copy color: '#56A6CA'

red 86 ◦ green 166 ◦ blue 202

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

Shades of Picton Blue #56A6CA

Tints of Picton Blue #56A6CA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.56%

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 18.94%
G = 36.56%
B = 44.49%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#56A6CA (or 0x56A6CA) is known color: Picton Blue. HEX triplet: 56, A6 and CA. RGB value is (86,166,202). Sum of RGB (Red+Green+Blue) = 86+166+202=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #56A6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A6CA is #A95935. Grayscale: #919191. Windows color (decimal): -11098422 or 13280854. OLE color: 13280854.

HSL color Cylindrical-coordinate representation of color #56A6CA: hue angle of 198.62º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56A6CA is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 86 166 202 -
CMYK 0.57 0.18 0 0.21
HSL 198.62º 0.52% 0.56% -
HSV(B) 198.62º 0.57% 0.79% -
XYZ 28.13 33.52 60.86 -
YUV 146.18 159.5 85.07 -
System Red Green Blue C M Y K H S L
Decimal 86 166 202 0.57 0.18 0 0.21 198.62 0.52 0.56
Hex 56 A6 CA 39 12 0 15 C7 34 38
Octal 126 246 312 71 22 0 25 307 64 70
Binary 1010110 10100110 11001010 111001 10010 0 10101 11000111 110100 111000

Color Harmonies of #56A6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A6CA

Black with #56A6CA

Text Example


Text Example

White with #56A6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,166,202); }

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

background-color css

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

 a { background-color: rgb(86,166,202); }

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

border-color css

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

 span { border-color: rgb(86,166,202); }

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