#5CADCD

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

Shades of Picton Blue #5CADCD

Tints of Picton Blue #5CADCD

Color information

#5CADCD (or 0x5CADCD) is unknown color: approx Picton Blue. HEX triplet: 5C, AD and CD. RGB value is (92,173,205). Sum of RGB (Red+Green+Blue) = 92+173+205=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #5CADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CADCD is #A35232. Grayscale: #989898. Windows color (decimal): -10703411 or 13479260. OLE color: 13479260.

HSL color Cylindrical-coordinate representation of color #5CADCD: hue angle of 196.99º degrees, saturation: 0.53, 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 #5CADCD is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB92173205-
CMYK0.550.1600.20
HSL196.99º53.05%58.24%-
HSV(B)196.99º55.12%80.39%-
XYZ30.3836.5763.22-
YUV152.43157.6684.9-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.57%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 205 (80.47% from 255) = 43.62%
R=19.57%
G=36.81%
B=43.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921732050.550.1600.20196.9953.0558.24
Hex5CADCD3710014c5353a
Octal13425531567200243056572
Binary101110010101101110011011101111000001010011000101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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