#5DAACE

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

Shades of Picton Blue #5DAACE

Tints of Picton Blue #5DAACE

Color information

#5DAACE (or 0x5DAACE) is unknown color: approx Picton Blue. HEX triplet: 5D, AA and CE. RGB value is (93,170,206). Sum of RGB (Red+Green+Blue) = 93+170+206=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DAACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAACE is #A25531. Grayscale: #969696. Windows color (decimal): -10638642 or 13544029. OLE color: 13544029.

HSL color Cylindrical-coordinate representation of color #5DAACE: hue angle of 199.12º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DAACE is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB93170206-
CMYK0.550.1700.19
HSL199.12º53.55%58.63%-
HSV(B)199.12º54.85%80.78%-
XYZ30.0335.5363.67-
YUV151.08158.9986.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.83%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=19.83%
G=36.25%
B=43.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal931702060.550.1700.19199.1253.5558.63
Hex5DAACE3711013c7363b
Octal13525231667210233076673
Binary101110110101010110011101101111000101001111000111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,170,206); }

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

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

 a { background-color: rgb(93,170,206); }

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

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

 span { border-color: rgb(93,170,206); }

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