#5893D0

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

Shades of Picton Blue #5893D0

Tints of Picton Blue #5893D0

Color information

#5893D0 (or 0x5893D0) is unknown color: approx Picton Blue. HEX triplet: 58, 93 and D0. RGB value is (88,147,208). Sum of RGB (Red+Green+Blue) = 88+147+208=443 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.86% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #5893D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5893D0 is #A76C2F. Grayscale: #888888. Windows color (decimal): -10972208 or 13669208. OLE color: 13669208.

HSL color Cylindrical-coordinate representation of color #5893D0: hue angle of 210.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5893D0 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB88147208-
CMYK0.580.2900.18
HSL210.5º56.07%58.04%-
HSV(B)210.5º57.69%81.57%-
XYZ25.8427.563.62-
YUV136.31168.4593.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.86%
GREEN value IS 147 (57.81% from 255) = 33.18%
BLUE value IS 208 (81.64% from 255) = 46.95%
R=19.86%
G=33.18%
B=46.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal881472080.580.2900.18210.556.0758.04
Hex5893D03A1D012d2383a
Octal13022332072350223227072
Binary101100010010011110100001110101110101001011010010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5893D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5893D0; }

 p { color: rgb(88,147,208); }

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

<style>
 a { background-color: #5893D0; }

 a { background-color: rgb(88,147,208); }

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

<style>
 span { border-color: #5893D0; }

 span { border-color: rgb(88,147,208); }

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