#5893cd

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

Shades of Picton Blue #5893CD

Tints of Picton Blue #5893CD

Color information

#5893CD (or 0x5893CD) is unknown color: approx Picton Blue. HEX triplet: 58, 93 and CD. RGB value is (88,147,205). Sum of RGB (Red+Green+Blue) = 88+147+205=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #5893CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5893CD is #A76C32. Grayscale: #878787. Windows color (decimal): -10972211 or 13472600. OLE color: 13472600.

HSL color Cylindrical-coordinate representation of color #5893CD: hue angle of 209.74º degrees, saturation: 0.54, 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 #5893CD is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88147205-
CMYK0.570.2800.20
HSL209.74º53.92%57.45%-
HSV(B)209.74º57.07%80.39%-
XYZ25.4827.3561.69-
YUV135.97166.9593.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 205 (80.47% from 255) = 46.59%
R=20%
G=33.41%
B=46.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881472050.570.2800.20209.7453.9257.45
Hex5893CD391C014d23639
Octal13022331571340243226671
Binary101100010010011110011011110011110001010011010010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5893cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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