#5993CC

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

Shades of Picton Blue #5993CC

Tints of Picton Blue #5993CC

Color information

#5993CC (or 0x5993CC) is unknown color: approx Picton Blue. HEX triplet: 59, 93 and CC. RGB value is (89,147,204). Sum of RGB (Red+Green+Blue) = 89+147+204=440 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.23% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #5993CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5993CC is #A66C33. Grayscale: #878787. Windows color (decimal): -10906676 or 13407065. OLE color: 13407065.

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

Color convert

RGB89147204-
CMYK0.560.2800.2
HSL209.74º53%57.45%-
HSV(B)209.74º56.37%80%-
XYZ25.4527.3561.06-
YUV136.16166.2894.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.23%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=20.23%
G=33.41%
B=46.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal891472040.560.2800.2209.745357.45
Hex5993CC381C014d23539
Octal13122331470340243226571
Binary101100110010011110011001110001110001010011010010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5993CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5993CC; }

 p { color: rgb(89,147,204); }

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

<style>
 a { background-color: #5993CC; }

 a { background-color: rgb(89,147,204); }

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

<style>
 span { border-color: #5993CC; }

 span { border-color: rgb(89,147,204); }

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