Html Css Color HEX #5393CE Picton Blue

📋 copy color: '#5393CE'

red 83 ◦ green 147 ◦ blue 206

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

Shades of Picton Blue #5393CE

Tints of Picton Blue #5393CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 19.04%
G = 33.72%
B = 47.25%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5393CE (or 0x5393CE) is known color: Picton Blue. HEX triplet: 53, 93 and CE. RGB value is (83,147,206). Sum of RGB (Red+Green+Blue) = 83+147+206=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #5393CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5393CE is #AC6C31. Grayscale: #868686. Windows color (decimal): -11299890 or 13538131. OLE color: 13538131.

HSL color Cylindrical-coordinate representation of color #5393CE: hue angle of 208.78º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5393CE is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 147 206 -
CMYK 0.60 0.29 0 0.19
HSL 208.78º 0.56% 0.57% -
HSV(B) 208.78º 0.6% 0.81% -
XYZ 25.14 27.16 62.31 -
YUV 134.59 168.3 91.2 -
System Red Green Blue C M Y K H S L
Decimal 83 147 206 0.60 0.29 0 0.19 208.78 0.56 0.57
Hex 53 93 CE 3C 1D 0 13 D1 38 39
Octal 123 223 316 74 35 0 23 321 70 71
Binary 1010011 10010011 11001110 111100 11101 0 10011 11010001 111000 111001

Color Harmonies of #5393CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5393CE

Black with #5393CE

Text Example


Text Example

White with #5393CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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