#5D9ACA

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

Shades of Picton Blue #5D9ACA

Tints of Picton Blue #5D9ACA

Color information

#5D9ACA (or 0x5D9ACA) is unknown color: approx Picton Blue. HEX triplet: 5D, 9A and CA. RGB value is (93,154,202). Sum of RGB (Red+Green+Blue) = 93+154+202=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D9ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9ACA is #A26535. Grayscale: #8C8C8C. Windows color (decimal): -10642742 or 13277789. OLE color: 13277789.

HSL color Cylindrical-coordinate representation of color #5D9ACA: hue angle of 206.42º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D9ACA is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB93154202-
CMYK0.540.2400.21
HSL206.42º50.7%57.84%-
HSV(B)206.42º53.96%79.22%-
XYZ26.7329.760.2-
YUV141.23162.2993.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.71%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=20.71%
G=34.30%
B=44.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal931542020.540.2400.21206.4250.757.84
Hex5D9ACA3618015ce333a
Octal13523231266300253166372
Binary101110110011010110010101101101100001010111001110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,154,202); }

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

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

 a { background-color: rgb(93,154,202); }

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

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

 span { border-color: rgb(93,154,202); }

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