Html Css Color HEX #509EC6 Picton Blue

📋 copy color: '#509EC6'

red 80 ◦ green 158 ◦ blue 198

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

Shades of Picton Blue #509EC6

Tints of Picton Blue #509EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.41%

R = 18.35%
G = 36.24%
B = 45.41%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#509EC6 (or 0x509EC6) is known color: Picton Blue. HEX triplet: 50, 9E and C6. RGB value is (80,158,198). Sum of RGB (Red+Green+Blue) = 80+158+198=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #509EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EC6 is #AF6139. Grayscale: #8B8B8B. Windows color (decimal): -11493690 or 13016656. OLE color: 13016656.

HSL color Cylindrical-coordinate representation of color #509EC6: hue angle of 200.34º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #509EC6 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 158 198 -
CMYK 0.60 0.20 0 0.22
HSL 200.34º 0.51% 0.55% -
HSV(B) 200.34º 0.6% 0.78% -
XYZ 25.73 30.24 57.91 -
YUV 139.24 161.16 85.75 -
System Red Green Blue C M Y K H S L
Decimal 80 158 198 0.60 0.20 0 0.22 200.34 0.51 0.55
Hex 50 9E C6 3C 14 0 16 C8 33 37
Octal 120 236 306 74 24 0 26 310 63 67
Binary 1010000 10011110 11000110 111100 10100 0 10110 11001000 110011 110111

Color Harmonies of #509EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EC6

Black with #509EC6

Text Example


Text Example

White with #509EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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