Html Css Color HEX #5091CE Picton Blue

📋 copy color: '#5091CE'

red 80 ◦ green 145 ◦ blue 206

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

Shades of Picton Blue #5091CE

Tints of Picton Blue #5091CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 18.56%
G = 33.64%
B = 47.8%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5091CE (or 0x5091CE) is known color: Picton Blue. HEX triplet: 50, 91 and CE. RGB value is (80,145,206). Sum of RGB (Red+Green+Blue) = 80+145+206=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #5091CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5091CE is #AF6E31. Grayscale: #848484. Windows color (decimal): -11497010 or 13537616. OLE color: 13537616.

HSL color Cylindrical-coordinate representation of color #5091CE: hue angle of 209.05º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5091CE is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 145 206 -
CMYK 0.61 0.30 0 0.19
HSL 209.05º 0.56% 0.56% -
HSV(B) 209.05º 0.61% 0.81% -
XYZ 24.57 26.41 62.2 -
YUV 132.52 169.47 90.54 -
System Red Green Blue C M Y K H S L
Decimal 80 145 206 0.61 0.30 0 0.19 209.05 0.56 0.56
Hex 50 91 CE 3D 1E 0 13 D1 38 38
Octal 120 221 316 75 36 0 23 321 70 70
Binary 1010000 10010001 11001110 111101 11110 0 10011 11010001 111000 111000

Color Harmonies of #5091CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5091CE

Black with #5091CE

Text Example


Text Example

White with #5091CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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