Html Css Color HEX #5092CD Picton Blue

📋 copy color: '#5092CD'

red 80 ◦ green 146 ◦ blue 205

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

Shades of Picton Blue #5092CD

Tints of Picton Blue #5092CD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.87%

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 18.56%
G = 33.87%
B = 47.56%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5092CD (or 0x5092CD) is known color: Picton Blue. HEX triplet: 50, 92 and CD. RGB value is (80,146,205). Sum of RGB (Red+Green+Blue) = 80+146+205=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #5092CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5092CD is #AF6D32. Grayscale: #848484. Windows color (decimal): -11496755 or 13472336. OLE color: 13472336.

HSL color Cylindrical-coordinate representation of color #5092CD: hue angle of 208.32º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5092CD is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 146 205 -
CMYK 0.61 0.29 0 0.20
HSL 208.32º 0.56% 0.56% -
HSV(B) 208.32º 0.61% 0.8% -
XYZ 24.61 26.67 61.61 -
YUV 132.99 168.63 90.2 -
System Red Green Blue C M Y K H S L
Decimal 80 146 205 0.61 0.29 0 0.20 208.32 0.56 0.56
Hex 50 92 CD 3D 1D 0 14 D0 38 38
Octal 120 222 315 75 35 0 24 320 70 70
Binary 1010000 10010010 11001101 111101 11101 0 10100 11010000 111000 111000

Color Harmonies of #5092CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5092CD

Black with #5092CD

Text Example


Text Example

White with #5092CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5092CD; }

 p { color: rgb(80,146,205); }

 H1.HeaderClassName
 {
   color: #5092CD;
 }
 .AnyTagClassName
 {
   color: #5092CD;
 }
</style>

background-color css

<style>
 a { background-color: #5092CD; }

 a { background-color: rgb(80,146,205); }

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

border-color css

<style>
 span { border-color: #5092CD; }

 span { border-color: rgb(80,146,205); }

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