#5FA0DD

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

Shades of Picton Blue #5FA0DD

Tints of Picton Blue #5FA0DD

Color information

#5FA0DD (or 0x5FA0DD) is unknown color: approx Picton Blue. HEX triplet: 5F, A0 and DD. RGB value is (95,160,221). Sum of RGB (Red+Green+Blue) = 95+160+221=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #5FA0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA0DD is #A05F22. Grayscale: #939393. Windows color (decimal): -10510115 or 14524511. OLE color: 14524511.

HSL color Cylindrical-coordinate representation of color #5FA0DD: hue angle of 209.05º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FA0DD is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95160221-
CMYK0.570.2800.13
HSL209.05º64.95%61.96%-
HSV(B)209.05º57.01%86.67%-
XYZ30.3432.7973.14-
YUV147.52169.4790.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.96%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=19.96%
G=33.61%
B=46.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951602210.570.2800.13209.0564.9561.96
Hex5FA0DD391C0Dd1413e
Octal137240335713401532110176
Binary101111110100000110111011110011110001101110100011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,160,221); }

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

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

 a { background-color: rgb(95,160,221); }

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

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

 span { border-color: rgb(95,160,221); }

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