#5CA0E1

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

Shades of Picton Blue #5CA0E1

Tints of Picton Blue #5CA0E1

Color information

#5CA0E1 (or 0x5CA0E1) is unknown color: approx Picton Blue. HEX triplet: 5C, A0 and E1. RGB value is (92,160,225). Sum of RGB (Red+Green+Blue) = 92+160+225=477 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.29% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #5CA0E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA0E1 is #A35F1E. Grayscale: #929292. Windows color (decimal): -10706719 or 14786652. OLE color: 14786652.

HSL color Cylindrical-coordinate representation of color #5CA0E1: hue angle of 209.32º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CA0E1 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB92160225-
CMYK0.590.2900.12
HSL209.32º68.91%62.16%-
HSV(B)209.32º59.11%88.24%-
XYZ30.5832.8575.96-
YUV147.08171.9788.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.29%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 225 (88.28% from 255) = 47.17%
R=19.29%
G=33.54%
B=47.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal921602250.590.2900.12209.3268.9162.16
Hex5CA0E13B1D0Cd1453e
Octal134240341733501432110576
Binary101110010100000111000011110111110101100110100011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,160,225); }

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

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

 a { background-color: rgb(92,160,225); }

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

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

 span { border-color: rgb(92,160,225); }

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