#5399C5

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

Shades of Picton Blue #5399C5

Tints of Picton Blue #5399C5

Color information

#5399C5 (or 0x5399C5) is unknown color: approx Picton Blue. HEX triplet: 53, 99 and C5. RGB value is (83,153,197). Sum of RGB (Red+Green+Blue) = 83+153+197=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #5399C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5399C5 is #AC663A. Grayscale: #888888. Windows color (decimal): -11298363 or 12949843. OLE color: 12949843.

HSL color Cylindrical-coordinate representation of color #5399C5: hue angle of 203.16º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5399C5 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB83153197-
CMYK0.580.2200.23
HSL203.16º49.57%54.9%-
HSV(B)203.16º57.87%77.25%-
XYZ25.0428.6557.03-
YUV137.09161.8189.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.17%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 197 (77.34% from 255) = 45.50%
R=19.17%
G=35.33%
B=45.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831531970.580.2200.23203.1649.5754.9
Hex5399C53A16017cb3237
Octal12323130572260273136267
Binary101001110011001110001011110101011001011111001011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5399C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5399C5; }

 p { color: rgb(83,153,197); }

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

<style>
 a { background-color: #5399C5; }

 a { background-color: rgb(83,153,197); }

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

<style>
 span { border-color: #5399C5; }

 span { border-color: rgb(83,153,197); }

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