#5697CA

Color #5697CA Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5697CA

Tints of Picton Blue #5697CA

Color information

#5697CA (or 0x5697CA) is unknown color: approx Picton Blue. HEX triplet: 56, 97 and CA. RGB value is (86,151,202). Sum of RGB (Red+Green+Blue) = 86+151+202=439 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.59% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #5697CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5697CA is #A96835. Grayscale: #898989. Windows color (decimal): -11102262 or 13277014. OLE color: 13277014.

HSL color Cylindrical-coordinate representation of color #5697CA: hue angle of 206.38º 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 #5697CA is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB86151202-
CMYK0.570.2500.21
HSL206.38º52.25%56.47%-
HSV(B)206.38º57.43%79.22%-
XYZ25.5728.3860.01-
YUV137.38164.4791.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.59%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=19.59%
G=34.40%
B=46.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861512020.570.2500.21206.3852.2556.47
Hex5697CA3919015ce3438
Octal12622731271310253166470
Binary101011010010111110010101110011100101010111001110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5697CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5697CA; }

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

 H1.HeaderClassName
 {
   color: #5697CA;
 }
 .AnyTagClassName
 {
   color: #5697CA;
 }
</style>
background-color css

<style>
 a { background-color: #5697CA; }

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

 div.DivClassName
 {
   background-color: #5697CA;
 }
 .BgClassName
 {
   background-color: #5697CA;
 }
</style>
border-color css

<style>
 span { border-color: #5697CA; }

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

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