#5DA5CC

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

Shades of Picton Blue #5DA5CC

Tints of Picton Blue #5DA5CC

Color information

#5DA5CC (or 0x5DA5CC) is unknown color: approx Picton Blue. HEX triplet: 5D, A5 and CC. RGB value is (93,165,204). Sum of RGB (Red+Green+Blue) = 93+165+204=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DA5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA5CC is #A25A33. Grayscale: #939393. Windows color (decimal): -10639924 or 13411677. OLE color: 13411677.

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

Color convert

RGB93165204-
CMYK0.540.1900.2
HSL201.08º52.11%58.24%-
HSV(B)201.08º54.41%80%-
XYZ28.8733.662.09-
YUV147.92159.6588.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.13%
GREEN value IS 165 (64.84% from 255) = 35.71%
BLUE value IS 204 (80.08% from 255) = 44.16%
R=20.13%
G=35.71%
B=44.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal931652040.540.1900.2201.0852.1158.24
Hex5DA5CC3613014c9343a
Octal13524531466230243116472
Binary101110110100101110011001101101001101010011001001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,165,204); }

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

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

 a { background-color: rgb(93,165,204); }

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

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

 span { border-color: rgb(93,165,204); }

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