#5E95C9

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

Shades of Picton Blue #5E95C9

Tints of Picton Blue #5E95C9

Color information

#5E95C9 (or 0x5E95C9) is unknown color: approx Picton Blue. HEX triplet: 5E, 95 and C9. RGB value is (94,149,201). Sum of RGB (Red+Green+Blue) = 94+149+201=444 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.17% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #5E95C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E95C9 is #A16A36. Grayscale: #8A8A8A. Windows color (decimal): -10578487 or 13210974. OLE color: 13210974.

HSL color Cylindrical-coordinate representation of color #5E95C9: hue angle of 209.16º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E95C9 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB94149201-
CMYK0.530.2600.21
HSL209.16º49.77%57.84%-
HSV(B)209.16º53.23%78.82%-
XYZ25.9128.0959.32-
YUV138.48163.2896.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.17%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 201 (78.91% from 255) = 45.27%
R=21.17%
G=33.56%
B=45.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal941492010.530.2600.21209.1649.7757.84
Hex5E95C9351A015d1323a
Octal13622531165320253216272
Binary101111010010101110010011101011101001010111010001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E95C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E95C9; }

 p { color: rgb(94,149,201); }

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

<style>
 a { background-color: #5E95C9; }

 a { background-color: rgb(94,149,201); }

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

<style>
 span { border-color: #5E95C9; }

 span { border-color: rgb(94,149,201); }

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