Html Css Color HEX #5293DC Picton Blue

📋 copy color: '#5293DC'

red 82 ◦ green 147 ◦ blue 220

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

Shades of Picton Blue #5293DC

Tints of Picton Blue #5293DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 18.26%
G = 32.74%
B = 49%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5293DC (or 0x5293DC) is known color: Picton Blue. HEX triplet: 52, 93 and DC. RGB value is (82,147,220). Sum of RGB (Red+Green+Blue) = 82+147+220=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #5293DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5293DC is #AD6C23. Grayscale: #878787. Windows color (decimal): -11365412 or 14455634. OLE color: 14455634.

HSL color Cylindrical-coordinate representation of color #5293DC: hue angle of 211.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5293DC is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 147 220 -
CMYK 0.63 0.33 0 0.14
HSL 211.74º 0.66% 0.59% -
HSV(B) 211.74º 0.63% 0.86% -
XYZ 26.83 27.83 71.67 -
YUV 135.89 175.47 89.56 -
System Red Green Blue C M Y K H S L
Decimal 82 147 220 0.63 0.33 0 0.14 211.74 0.66 0.59
Hex 52 93 DC 3F 21 0 E D4 42 3B
Octal 122 223 334 77 41 0 16 324 102 73
Binary 1010010 10010011 11011100 111111 100001 0 1110 11010100 1000010 111011

Color Harmonies of #5293DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5293DC

Black with #5293DC

Text Example


Text Example

White with #5293DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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