Html Css Color HEX #56A0CB Picton Blue

📋 copy color: '#56A0CB'

red 86 ◦ green 160 ◦ blue 203

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

Shades of Picton Blue #56A0CB

Tints of Picton Blue #56A0CB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.63%

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 19.15%
G = 35.63%
B = 45.21%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#56A0CB (or 0x56A0CB) is known color: Picton Blue. HEX triplet: 56, A0 and CB. RGB value is (86,160,203). Sum of RGB (Red+Green+Blue) = 86+160+203=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #56A0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A0CB is #A95F34. Grayscale: #8E8E8E. Windows color (decimal): -11099957 or 13344854. OLE color: 13344854.

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

Color convert

RGB 86 160 203 -
CMYK 0.58 0.21 0 0.20
HSL 202.05º 0.53% 0.57% -
HSV(B) 202.05º 0.58% 0.8% -
XYZ 27.19 31.43 61.13 -
YUV 142.78 161.98 87.5 -
System Red Green Blue C M Y K H S L
Decimal 86 160 203 0.58 0.21 0 0.20 202.05 0.53 0.57
Hex 56 A0 CB 3A 15 0 14 CA 35 39
Octal 126 240 313 72 25 0 24 312 65 71
Binary 1010110 10100000 11001011 111010 10101 0 10100 11001010 110101 111001

Color Harmonies of #56A0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A0CB

Black with #56A0CB

Text Example


Text Example

White with #56A0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,160,203); }

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

background-color css

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

 a { background-color: rgb(86,160,203); }

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

border-color css

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

 span { border-color: rgb(86,160,203); }

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