#5CA3D5

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

Shades of Picton Blue #5CA3D5

Tints of Picton Blue #5CA3D5

Color information

#5CA3D5 (or 0x5CA3D5) is unknown color: approx Picton Blue. HEX triplet: 5C, A3 and D5. RGB value is (92,163,213). Sum of RGB (Red+Green+Blue) = 92+163+213=468 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.66% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #5CA3D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA3D5 is #A35C2A. Grayscale: #939393. Windows color (decimal): -10705963 or 14000988. OLE color: 14000988.

HSL color Cylindrical-coordinate representation of color #5CA3D5: hue angle of 204.79º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CA3D5 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB92163213-
CMYK0.570.2300.16
HSL204.79º59.02%59.8%-
HSV(B)204.79º56.81%83.53%-
XYZ29.5233.2767.82-
YUV147.47164.9888.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.66%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 213 (83.59% from 255) = 45.51%
R=19.66%
G=34.83%
B=45.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal921632130.570.2300.16204.7959.0259.8
Hex5CA3D53917010cd3b3c
Octal13424332571270203157374
Binary101110010100011110101011110011011101000011001101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,163,213); }

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

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

 a { background-color: rgb(92,163,213); }

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

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

 span { border-color: rgb(92,163,213); }

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