#5599CA

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

Shades of Picton Blue #5599CA

Tints of Picton Blue #5599CA

Color information

#5599CA (or 0x5599CA) is unknown color: approx Picton Blue. HEX triplet: 55, 99 and CA. RGB value is (85,153,202). Sum of RGB (Red+Green+Blue) = 85+153+202=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #5599CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5599CA is #AA6635. Grayscale: #898989. Windows color (decimal): -11167286 or 13277525. OLE color: 13277525.

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

Color convert

RGB85153202-
CMYK0.580.2400.21
HSL205.13º52.47%56.27%-
HSV(B)205.13º57.92%79.22%-
XYZ25.828.9860.11-
YUV138.25163.9790.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.32%
GREEN value IS 153 (60.16% from 255) = 34.77%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=19.32%
G=34.77%
B=45.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851532020.580.2400.21205.1352.4756.27
Hex5599CA3A18015cd3438
Octal12523131272300253156470
Binary101010110011001110010101110101100001010111001101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5599CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,153,202); }

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

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

 a { background-color: rgb(85,153,202); }

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

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

 span { border-color: rgb(85,153,202); }

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