Html Css Color HEX #5293CE Picton Blue

📋 copy color: '#5293CE'

red 82 ◦ green 147 ◦ blue 206

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

Shades of Picton Blue #5293CE

Tints of Picton Blue #5293CE

RGB

 RED value IS 82 (32.42% from 255) = 18.85%

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

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

R = 18.85%
G = 33.79%
B = 47.36%

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

#5293CE (or 0x5293CE) is known color: Picton Blue. HEX triplet: 52, 93 and CE. RGB value is (82,147,206). Sum of RGB (Red+Green+Blue) = 82+147+206=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #5293CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5293CE is #AD6C31. Grayscale: #858585. Windows color (decimal): -11365426 or 13538130. OLE color: 13538130.

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

Color convert

RGB 82 147 206 -
CMYK 0.60 0.29 0 0.19
HSL 208.55º 0.56% 0.56% -
HSV(B) 208.55º 0.6% 0.81% -
XYZ 25.05 27.12 62.31 -
YUV 134.29 168.47 90.7 -
System Red Green Blue C M Y K H S L
Decimal 82 147 206 0.60 0.29 0 0.19 208.55 0.56 0.56
Hex 52 93 CE 3C 1D 0 13 D1 38 38
Octal 122 223 316 74 35 0 23 321 70 70
Binary 1010010 10010011 11001110 111100 11101 0 10011 11010001 111000 111000

Color Harmonies of #5293CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5293CE

Black with #5293CE

Text Example


Text Example

White with #5293CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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