Html Css Color HEX #50A0CD Picton Blue

📋 copy color: '#50A0CD'

red 80 ◦ green 160 ◦ blue 205

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

Shades of Picton Blue #50A0CD

Tints of Picton Blue #50A0CD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.96%

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

R = 17.98%
G = 35.96%
B = 46.07%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#50A0CD (or 0x50A0CD) is known color: Picton Blue. HEX triplet: 50, A0 and CD. RGB value is (80,160,205). Sum of RGB (Red+Green+Blue) = 80+160+205=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #50A0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A0CD is #AF5F32. Grayscale: #8C8C8C. Windows color (decimal): -11493171 or 13475920. OLE color: 13475920.

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

Color convert

RGB 80 160 205 -
CMYK 0.61 0.22 0 0.20
HSL 201.6º 0.56% 0.56% -
HSV(B) 201.6º 0.61% 0.8% -
XYZ 26.9 31.25 62.37 -
YUV 141.21 164 84.34 -
System Red Green Blue C M Y K H S L
Decimal 80 160 205 0.61 0.22 0 0.20 201.6 0.56 0.56
Hex 50 A0 CD 3D 16 0 14 CA 38 38
Octal 120 240 315 75 26 0 24 312 70 70
Binary 1010000 10100000 11001101 111101 10110 0 10100 11001010 111000 111000

Color Harmonies of #50A0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A0CD

Black with #50A0CD

Text Example


Text Example

White with #50A0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50A0CD; }

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

 H1.HeaderClassName
 {
   color: #50A0CD;
 }
 .AnyTagClassName
 {
   color: #50A0CD;
 }
</style>

background-color css

<style>
 a { background-color: #50A0CD; }

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

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

border-color css

<style>
 span { border-color: #50A0CD; }

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

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