Html Css Color HEX #5393CD Picton Blue

📋 copy color: '#5393CD'

red 83 ◦ green 147 ◦ blue 205

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

Shades of Picton Blue #5393CD

Tints of Picton Blue #5393CD

RGB

 RED value IS 83 (32.81% from 255) = 19.08%

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

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

R = 19.08%
G = 33.79%
B = 47.13%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5393CD (or 0x5393CD) is known color: Picton Blue. HEX triplet: 53, 93 and CD. RGB value is (83,147,205). Sum of RGB (Red+Green+Blue) = 83+147+205=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #5393CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5393CD is #AC6C32. Grayscale: #868686. Windows color (decimal): -11299891 or 13472595. OLE color: 13472595.

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

Color convert

RGB 83 147 205 -
CMYK 0.60 0.28 0 0.20
HSL 208.52º 0.55% 0.56% -
HSV(B) 208.52º 0.6% 0.8% -
XYZ 25.02 27.11 61.67 -
YUV 134.48 167.8 91.28 -
System Red Green Blue C M Y K H S L
Decimal 83 147 205 0.60 0.28 0 0.20 208.52 0.55 0.56
Hex 53 93 CD 3C 1C 0 14 D1 37 38
Octal 123 223 315 74 34 0 24 321 67 70
Binary 1010011 10010011 11001101 111100 11100 0 10100 11010001 110111 111000

Color Harmonies of #5393CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5393CD

Black with #5393CD

Text Example


Text Example

White with #5393CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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