#5795CC

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

Shades of Picton Blue #5795CC

Tints of Picton Blue #5795CC

Color information

#5795CC (or 0x5795CC) is unknown color: approx Picton Blue. HEX triplet: 57, 95 and CC. RGB value is (87,149,204). Sum of RGB (Red+Green+Blue) = 87+149+204=440 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.77% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #5795CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5795CC is #A86A33. Grayscale: #888888. Windows color (decimal): -11037236 or 13407575. OLE color: 13407575.

HSL color Cylindrical-coordinate representation of color #5795CC: hue angle of 208.21º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5795CC is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB87149204-
CMYK0.570.2700.2
HSL208.21º53.42%57.06%-
HSV(B)208.21º57.35%80%-
XYZ25.5827.8861.16-
YUV136.73165.9692.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.77%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=19.77%
G=33.86%
B=46.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal871492040.570.2700.2208.2153.4257.06
Hex5795CC391B014d03539
Octal12722531471330243206571
Binary101011110010101110011001110011101101010011010000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5795CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5795CC; }

 p { color: rgb(87,149,204); }

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

<style>
 a { background-color: #5795CC; }

 a { background-color: rgb(87,149,204); }

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

<style>
 span { border-color: #5795CC; }

 span { border-color: rgb(87,149,204); }

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