#5595DA

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

Shades of Picton Blue #5595DA

Tints of Picton Blue #5595DA

Color information

#5595DA (or 0x5595DA) is unknown color: approx Picton Blue. HEX triplet: 55, 95 and DA. RGB value is (85,149,218). Sum of RGB (Red+Green+Blue) = 85+149+218=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #5595DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5595DA is #AA6A25. Grayscale: #898989. Windows color (decimal): -11168294 or 14325077. OLE color: 14325077.

HSL color Cylindrical-coordinate representation of color #5595DA: hue angle of 211.13º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5595DA is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB85149218-
CMYK0.610.3200.15
HSL211.13º64.25%59.41%-
HSV(B)211.13º61.01%85.49%-
XYZ27.1528.4970.4-
YUV137.73173.390.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.81%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 218 (85.55% from 255) = 48.23%
R=18.81%
G=32.96%
B=48.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal851492180.610.3200.15211.1364.2559.41
Hex5595DA3D200Fd3403b
Octal125225332754001732310073
Binary1010101100101011101101011110110000001111110100111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5595DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5595DA; }

 p { color: rgb(85,149,218); }

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

<style>
 a { background-color: #5595DA; }

 a { background-color: rgb(85,149,218); }

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

<style>
 span { border-color: #5595DA; }

 span { border-color: rgb(85,149,218); }

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