Html Css Color HEX #5093CD Picton Blue

📋 copy color: '#5093CD'

red 80 ◦ green 147 ◦ blue 205

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

Shades of Picton Blue #5093CD

Tints of Picton Blue #5093CD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.03%

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

R = 18.52%
G = 34.03%
B = 47.45%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5093CD (or 0x5093CD) is known color: Picton Blue. HEX triplet: 50, 93 and CD. RGB value is (80,147,205). Sum of RGB (Red+Green+Blue) = 80+147+205=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #5093CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5093CD is #AF6C32. Grayscale: #858585. Windows color (decimal): -11496499 or 13472592. OLE color: 13472592.

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

Color convert

RGB 80 147 205 -
CMYK 0.61 0.28 0 0.20
HSL 207.84º 0.56% 0.56% -
HSV(B) 207.84º 0.61% 0.8% -
XYZ 24.76 26.98 61.66 -
YUV 133.58 168.3 89.78 -
System Red Green Blue C M Y K H S L
Decimal 80 147 205 0.61 0.28 0 0.20 207.84 0.56 0.56
Hex 50 93 CD 3D 1C 0 14 D0 38 38
Octal 120 223 315 75 34 0 24 320 70 70
Binary 1010000 10010011 11001101 111101 11100 0 10100 11010000 111000 111000

Color Harmonies of #5093CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5093CD

Black with #5093CD

Text Example


Text Example

White with #5093CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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