Html Css Color HEX #5091CF Picton Blue

📋 copy color: '#5091CF'

red 80 ◦ green 145 ◦ blue 207

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

Shades of Picton Blue #5091CF

Tints of Picton Blue #5091CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 18.52%
G = 33.56%
B = 47.92%

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

#5091CF (or 0x5091CF) is known color: Picton Blue. HEX triplet: 50, 91 and CF. RGB value is (80,145,207). Sum of RGB (Red+Green+Blue) = 80+145+207=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #5091CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5091CF is #AF6E30. Grayscale: #848484. Windows color (decimal): -11497009 or 13603152. OLE color: 13603152.

HSL color Cylindrical-coordinate representation of color #5091CF: hue angle of 209.29º degrees, saturation: 0.57, 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 #5091CF is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 145 207 -
CMYK 0.61 0.30 0 0.19
HSL 209.29º 0.57% 0.56% -
HSV(B) 209.29º 0.61% 0.81% -
XYZ 24.7 26.46 62.84 -
YUV 132.63 169.97 90.46 -
System Red Green Blue C M Y K H S L
Decimal 80 145 207 0.61 0.30 0 0.19 209.29 0.57 0.56
Hex 50 91 CF 3D 1E 0 13 D1 39 38
Octal 120 221 317 75 36 0 23 321 71 70
Binary 1010000 10010001 11001111 111101 11110 0 10011 11010001 111001 111000

Color Harmonies of #5091CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5091CF

Black with #5091CF

Text Example


Text Example

White with #5091CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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