#5CADCC

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

Shades of Picton Blue #5CADCC

Tints of Picton Blue #5CADCC

Color information

#5CADCC (or 0x5CADCC) is unknown color: approx Picton Blue. HEX triplet: 5C, AD and CC. RGB value is (92,173,204). Sum of RGB (Red+Green+Blue) = 92+173+204=469 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.62% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #5CADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CADCC is #A35233. Grayscale: #989898. Windows color (decimal): -10703412 or 13413724. OLE color: 13413724.

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

Color convert

RGB92173204-
CMYK0.550.1500.2
HSL196.61º52.34%58.04%-
HSV(B)196.61º54.9%80%-
XYZ30.2636.5262.58-
YUV152.32157.1684.98-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.62%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=19.62%
G=36.89%
B=43.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal921732040.550.1500.2196.6152.3458.04
Hex5CADCC37F014c5343a
Octal13425531467170243056472
Binary10111001010110111001100110111111101010011000101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,173,204); }

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

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

 a { background-color: rgb(92,173,204); }

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

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

 span { border-color: rgb(92,173,204); }

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