Html Css Color HEX #5099CD Picton Blue

📋 copy color: '#5099CD'

red 80 ◦ green 153 ◦ blue 205

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

Shades of Picton Blue #5099CD

Tints of Picton Blue #5099CD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.93%

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

R = 18.26%
G = 34.93%
B = 46.8%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5099CD (or 0x5099CD) is known color: Picton Blue. HEX triplet: 50, 99 and CD. RGB value is (80,153,205). Sum of RGB (Red+Green+Blue) = 80+153+205=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #5099CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5099CD is #AF6632. Grayscale: #888888. Windows color (decimal): -11494963 or 13474128. OLE color: 13474128.

HSL color Cylindrical-coordinate representation of color #5099CD: hue angle of 204.96º 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 #5099CD is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 153 205 -
CMYK 0.61 0.25 0 0.20
HSL 204.96º 0.56% 0.56% -
HSV(B) 204.96º 0.61% 0.8% -
XYZ 25.72 28.9 61.98 -
YUV 137.1 166.32 87.27 -
System Red Green Blue C M Y K H S L
Decimal 80 153 205 0.61 0.25 0 0.20 204.96 0.56 0.56
Hex 50 99 CD 3D 19 0 14 CD 38 38
Octal 120 231 315 75 31 0 24 315 70 70
Binary 1010000 10011001 11001101 111101 11001 0 10100 11001101 111000 111000

Color Harmonies of #5099CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5099CD

Black with #5099CD

Text Example


Text Example

White with #5099CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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