#5E9ACA

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

Shades of Picton Blue #5E9ACA

Tints of Picton Blue #5E9ACA

Color information

#5E9ACA (or 0x5E9ACA) is unknown color: approx Picton Blue. HEX triplet: 5E, 9A and CA. RGB value is (94,154,202). Sum of RGB (Red+Green+Blue) = 94+154+202=450 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.89% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E9ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9ACA is #A16535. Grayscale: #8D8D8D. Windows color (decimal): -10577206 or 13277790. OLE color: 13277790.

HSL color Cylindrical-coordinate representation of color #5E9ACA: hue angle of 206.67º 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 #5E9ACA is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB94154202-
CMYK0.530.2400.21
HSL206.67º50.47%58.04%-
HSV(B)206.67º53.47%79.22%-
XYZ26.8329.7660.21-
YUV141.53162.1294.1-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.89%
GREEN value IS 154 (60.55% from 255) = 34.22%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=20.89%
G=34.22%
B=44.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal941542020.530.2400.21206.6750.4758.04
Hex5E9ACA3518015cf323a
Octal13623231265300253176272
Binary101111010011010110010101101011100001010111001111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,154,202); }

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

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

 a { background-color: rgb(94,154,202); }

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

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

 span { border-color: rgb(94,154,202); }

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