Html Css Color HEX #5091DA Picton Blue

📋 copy color: '#5091DA'

red 80 ◦ green 145 ◦ blue 218

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

Shades of Picton Blue #5091DA

Tints of Picton Blue #5091DA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.73%

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 18.06%
G = 32.73%
B = 49.21%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5091DA (or 0x5091DA) is known color: Picton Blue. HEX triplet: 50, 91 and DA. RGB value is (80,145,218). Sum of RGB (Red+Green+Blue) = 80+145+218=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #5091DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5091DA is #AF6E25. Grayscale: #858585. Windows color (decimal): -11496998 or 14324048. OLE color: 14324048.

HSL color Cylindrical-coordinate representation of color #5091DA: hue angle of 211.74º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5091DA is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 145 218 -
CMYK 0.63 0.33 0 0.15
HSL 211.74º 0.65% 0.58% -
HSV(B) 211.74º 0.63% 0.85% -
XYZ 26.09 27.02 70.17 -
YUV 133.89 175.47 89.56 -
System Red Green Blue C M Y K H S L
Decimal 80 145 218 0.63 0.33 0 0.15 211.74 0.65 0.58
Hex 50 91 DA 3F 21 0 F D4 41 3A
Octal 120 221 332 77 41 0 17 324 101 72
Binary 1010000 10010001 11011010 111111 100001 0 1111 11010100 1000001 111010

Color Harmonies of #5091DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5091DA

Black with #5091DA

Text Example


Text Example

White with #5091DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5091DA; }

 p { color: rgb(80,145,218); }

 H1.HeaderClassName
 {
   color: #5091DA;
 }
 .AnyTagClassName
 {
   color: #5091DA;
 }
</style>

background-color css

<style>
 a { background-color: #5091DA; }

 a { background-color: rgb(80,145,218); }

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

border-color css

<style>
 span { border-color: #5091DA; }

 span { border-color: rgb(80,145,218); }

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