#5593CB

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

Shades of Picton Blue #5593CB

Tints of Picton Blue #5593CB

Color information

#5593CB (or 0x5593CB) is unknown color: approx Picton Blue. HEX triplet: 55, 93 and CB. RGB value is (85,147,203). Sum of RGB (Red+Green+Blue) = 85+147+203=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #5593CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5593CB is #AA6C34. Grayscale: #868686. Windows color (decimal): -11168821 or 13341525. OLE color: 13341525.

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

Color convert

RGB85147203-
CMYK0.580.2800.20
HSL208.47º53.15%56.47%-
HSV(B)208.47º58.13%79.61%-
XYZ24.9627.1160.42-
YUV134.85166.4692.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.54%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 203 (79.69% from 255) = 46.67%
R=19.54%
G=33.79%
B=46.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851472030.580.2800.20208.4753.1556.47
Hex5593CB3A1C014d03538
Octal12522331372340243206570
Binary101010110010011110010111110101110001010011010000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5593CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5593CB; }

 p { color: rgb(85,147,203); }

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

<style>
 a { background-color: #5593CB; }

 a { background-color: rgb(85,147,203); }

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

<style>
 span { border-color: #5593CB; }

 span { border-color: rgb(85,147,203); }

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