Html Css Color HEX #5096C5 Picton Blue

📋 copy color: '#5096C5'

red 80 ◦ green 150 ◦ blue 197

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

Shades of Picton Blue #5096C5

Tints of Picton Blue #5096C5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.13%

 BLUE value IS 197 (77.34% from 255) = 46.14%

R = 18.74%
G = 35.13%
B = 46.14%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5096C5 (or 0x5096C5) is known color: Picton Blue. HEX triplet: 50, 96 and C5. RGB value is (80,150,197). Sum of RGB (Red+Green+Blue) = 80+150+197=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 197 - color contains mainly: blue. Hex color #5096C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5096C5 is #AF693A. Grayscale: #868686. Windows color (decimal): -11495739 or 12949072. OLE color: 12949072.

HSL color Cylindrical-coordinate representation of color #5096C5: hue angle of 204.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5096C5 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 150 197 -
CMYK 0.59 0.24 0 0.23
HSL 204.1º 0.5% 0.54% -
HSV(B) 204.1º 0.59% 0.77% -
XYZ 24.29 27.55 56.86 -
YUV 134.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 80 150 197 0.59 0.24 0 0.23 204.1 0.5 0.54
Hex 50 96 C5 3B 18 0 17 CC 32 36
Octal 120 226 305 73 30 0 27 314 62 66
Binary 1010000 10010110 11000101 111011 11000 0 10111 11001100 110010 110110

Color Harmonies of #5096C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5096C5

Black with #5096C5

Text Example


Text Example

White with #5096C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5096C5; }

 p { color: rgb(80,150,197); }

 H1.HeaderClassName
 {
   color: #5096C5;
 }
 .AnyTagClassName
 {
   color: #5096C5;
 }
</style>

background-color css

<style>
 a { background-color: #5096C5; }

 a { background-color: rgb(80,150,197); }

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

border-color css

<style>
 span { border-color: #5096C5; }

 span { border-color: rgb(80,150,197); }

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