#5E9FCC

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

Shades of Picton Blue #5E9FCC

Tints of Picton Blue #5E9FCC

Color information

#5E9FCC (or 0x5E9FCC) is unknown color: approx Picton Blue. HEX triplet: 5E, 9F and CC. RGB value is (94,159,204). Sum of RGB (Red+Green+Blue) = 94+159+204=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E9FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9FCC is #A16033. Grayscale: #909090. Windows color (decimal): -10575924 or 13410142. OLE color: 13410142.

HSL color Cylindrical-coordinate representation of color #5E9FCC: hue angle of 204.55º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E9FCC is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB94159204-
CMYK0.540.2200.2
HSL204.55º51.89%58.43%-
HSV(B)204.55º53.92%80%-
XYZ27.9131.5461.74-
YUV144.7161.4791.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.57%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 204 (80.08% from 255) = 44.64%
R=20.57%
G=34.79%
B=44.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal941592040.540.2200.2204.5551.8958.43
Hex5E9FCC3616014cd343a
Octal13623731466260243156472
Binary101111010011111110011001101101011001010011001101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,159,204); }

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

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

 a { background-color: rgb(94,159,204); }

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

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

 span { border-color: rgb(94,159,204); }

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