Html Css Color HEX #5096CA Picton Blue

📋 copy color: '#5096CA'

red 80 ◦ green 150 ◦ blue 202

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

Shades of Picton Blue #5096CA

Tints of Picton Blue #5096CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.76%

R = 18.52%
G = 34.72%
B = 46.76%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5096CA (or 0x5096CA) is known color: Picton Blue. HEX triplet: 50, 96 and CA. RGB value is (80,150,202). Sum of RGB (Red+Green+Blue) = 80+150+202=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #5096CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5096CA is #AF6935. Grayscale: #868686. Windows color (decimal): -11495734 or 13276752. OLE color: 13276752.

HSL color Cylindrical-coordinate representation of color #5096CA: hue angle of 205.57º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5096CA is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 150 202 -
CMYK 0.60 0.26 0 0.21
HSL 205.57º 0.54% 0.55% -
HSV(B) 205.57º 0.6% 0.79% -
XYZ 24.88 27.78 59.93 -
YUV 135 165.81 88.77 -
System Red Green Blue C M Y K H S L
Decimal 80 150 202 0.60 0.26 0 0.21 205.57 0.54 0.55
Hex 50 96 CA 3C 1A 0 15 CE 36 37
Octal 120 226 312 74 32 0 25 316 66 67
Binary 1010000 10010110 11001010 111100 11010 0 10101 11001110 110110 110111

Color Harmonies of #5096CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5096CA

Black with #5096CA

Text Example


Text Example

White with #5096CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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