#509CCD

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

Shades of Picton Blue #509CCD

Tints of Picton Blue #509CCD

Color information

#509CCD (or 0x509CCD) is unknown color: approx Picton Blue. HEX triplet: 50, 9C and CD. RGB value is (80,156,205). Sum of RGB (Red+Green+Blue) = 80+156+205=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #509CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CCD is #AF6332. Grayscale: #8A8A8A. Windows color (decimal): -11494195 or 13474896. OLE color: 13474896.

HSL color Cylindrical-coordinate representation of color #509CCD: hue angle of 203.52º 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 #509CCD is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB80156205-
CMYK0.610.2400.20
HSL203.52º55.56%55.88%-
HSV(B)203.52º60.98%80.39%-
XYZ26.2229.8962.15-
YUV138.86165.3286.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.14%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=18.14%
G=35.37%
B=46.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801562050.610.2400.20203.5255.5655.88
Hex509CCD3D18014cc3838
Octal12023431575300243147070
Binary101000010011100110011011111011100001010011001100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509CCD; }

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

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

<style>
 a { background-color: #509CCD; }

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

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

<style>
 span { border-color: #509CCD; }

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

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