#5099CD

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

Shades of Picton Blue #5099CD

Tints of Picton Blue #5099CD

Color information

#5099CD (or 0x5099CD) is unknown color: approx Picton Blue. HEX triplet: 50, 99 and CD. RGB value is (80,153,205). Sum of RGB (Red+Green+Blue) = 80+153+205=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #5099CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5099CD is #AF6632. Grayscale: #888888. Windows color (decimal): -11494963 or 13474128. OLE color: 13474128.

HSL color Cylindrical-coordinate representation of color #5099CD: hue angle of 204.96º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5099CD is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB80153205-
CMYK0.610.2500.20
HSL204.96º55.56%55.88%-
HSV(B)204.96º60.98%80.39%-
XYZ25.7228.961.98-
YUV137.1166.3287.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.26%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=18.26%
G=34.93%
B=46.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801532050.610.2500.20204.9655.5655.88
Hex5099CD3D19014cd3838
Octal12023131575310243157070
Binary101000010011001110011011111011100101010011001101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5099CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5099CD; }

 p { color: rgb(80,153,205); }

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

<style>
 a { background-color: #5099CD; }

 a { background-color: rgb(80,153,205); }

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

<style>
 span { border-color: #5099CD; }

 span { border-color: rgb(80,153,205); }

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