Html Css Color HEX #509ECC Picton Blue

📋 copy color: '#509ECC'

red 80 ◦ green 158 ◦ blue 204

#509ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #509ECC

Tints of Picton Blue #509ECC

RGB

 RED value IS 80 (31.64% from 255) = 18.1%

 GREEN value IS 158 (62.11% from 255) = 35.75%

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 18.1%
G = 35.75%
B = 46.15%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#509ECC (or 0x509ECC) is known color: Picton Blue. HEX triplet: 50, 9E and CC. RGB value is (80,158,204). Sum of RGB (Red+Green+Blue) = 80+158+204=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #509ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ECC is #AF6133. Grayscale: #8B8B8B. Windows color (decimal): -11493684 or 13409872. OLE color: 13409872.

HSL color Cylindrical-coordinate representation of color #509ECC: hue angle of 202.26º degrees, saturation: 0.55, 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 #509ECC is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 158 204 -
CMYK 0.61 0.23 0 0.2
HSL 202.26º 0.55% 0.56% -
HSV(B) 202.26º 0.61% 0.8% -
XYZ 26.43 30.52 61.62 -
YUV 139.92 164.16 85.26 -
System Red Green Blue C M Y K H S L
Decimal 80 158 204 0.61 0.23 0 0.2 202.26 0.55 0.56
Hex 50 9E CC 3D 17 0 14 CA 37 38
Octal 120 236 314 75 27 0 24 312 67 70
Binary 1010000 10011110 11001100 111101 10111 0 10100 11001010 110111 111000

Color Harmonies of #509ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509ECC

Black with #509ECC

Text Example


Text Example

White with #509ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,158,204); }

 H1.HeaderClassName
 {
   color: #509ECC;
 }
 .AnyTagClassName
 {
   color: #509ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(80,158,204); }

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

border-color css

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

 span { border-color: rgb(80,158,204); }

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