#5095CA

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

Shades of Picton Blue #5095CA

Tints of Picton Blue #5095CA

Color information

#5095CA (or 0x5095CA) is unknown color: approx Picton Blue. HEX triplet: 50, 95 and CA. RGB value is (80,149,202). Sum of RGB (Red+Green+Blue) = 80+149+202=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #5095CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5095CA is #AF6A35. Grayscale: #868686. Windows color (decimal): -11495990 or 13276496. OLE color: 13276496.

HSL color Cylindrical-coordinate representation of color #5095CA: hue angle of 206.07º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5095CA is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80149202-
CMYK0.600.2600.21
HSL206.07º53.51%55.29%-
HSV(B)206.07º60.4%79.22%-
XYZ24.7227.4659.88-
YUV134.41166.1489.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.56%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=18.56%
G=34.57%
B=46.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801492020.600.2600.21206.0753.5155.29
Hex5095CA3C1A015ce3637
Octal12022531274320253166667
Binary101000010010101110010101111001101001010111001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5095CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5095CA; }

 p { color: rgb(80,149,202); }

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

<style>
 a { background-color: #5095CA; }

 a { background-color: rgb(80,149,202); }

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

<style>
 span { border-color: #5095CA; }

 span { border-color: rgb(80,149,202); }

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