#5CA1E1

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

Shades of Picton Blue #5CA1E1

Tints of Picton Blue #5CA1E1

Color information

#5CA1E1 (or 0x5CA1E1) is unknown color: approx Picton Blue. HEX triplet: 5C, A1 and E1. RGB value is (92,161,225). Sum of RGB (Red+Green+Blue) = 92+161+225=478 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.25% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #5CA1E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA1E1 is #A35E1E. Grayscale: #939393. Windows color (decimal): -10706463 or 14786908. OLE color: 14786908.

HSL color Cylindrical-coordinate representation of color #5CA1E1: hue angle of 208.87º 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 #5CA1E1 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB92161225-
CMYK0.590.2800.12
HSL208.87º68.91%62.16%-
HSV(B)208.87º59.11%88.24%-
XYZ30.7533.276.02-
YUV147.66171.6488.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.25%
GREEN value IS 161 (63.28% from 255) = 33.68%
BLUE value IS 225 (88.28% from 255) = 47.07%
R=19.25%
G=33.68%
B=47.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal921612250.590.2800.12208.8768.9162.16
Hex5CA1E13B1C0Cd1453e
Octal134241341733401432110576
Binary101110010100001111000011110111110001100110100011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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