#5093CC

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

Shades of Picton Blue #5093CC

Tints of Picton Blue #5093CC

Color information

#5093CC (or 0x5093CC) is unknown color: approx Picton Blue. HEX triplet: 50, 93 and CC. RGB value is (80,147,204). Sum of RGB (Red+Green+Blue) = 80+147+204=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #5093CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5093CC is #AF6C33. Grayscale: #858585. Windows color (decimal): -11496500 or 13407056. OLE color: 13407056.

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

Color convert

RGB80147204-
CMYK0.610.2800.2
HSL207.58º54.87%55.69%-
HSV(B)207.58º60.78%80%-
XYZ24.6426.9361.03-
YUV133.46167.889.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.56%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 204 (80.08% from 255) = 47.33%
R=18.56%
G=34.11%
B=47.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal801472040.610.2800.2207.5854.8755.69
Hex5093CC3D1C014d03738
Octal12022331475340243206770
Binary101000010010011110011001111011110001010011010000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5093CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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