Html Css Color HEX #5294CE Picton Blue

📋 copy color: '#5294CE'

red 82 ◦ green 148 ◦ blue 206

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

Shades of Picton Blue #5294CE

Tints of Picton Blue #5294CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.94%

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

R = 18.81%
G = 33.94%
B = 47.25%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5294CE (or 0x5294CE) is known color: Picton Blue. HEX triplet: 52, 94 and CE. RGB value is (82,148,206). Sum of RGB (Red+Green+Blue) = 82+148+206=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 148 (58.20% from 255 or 33.94% 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 #5294CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5294CE is #AD6B31. Grayscale: #868686. Windows color (decimal): -11365170 or 13538386. OLE color: 13538386.

HSL color Cylindrical-coordinate representation of color #5294CE: hue angle of 208.06º 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 #5294CE is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 148 206 -
CMYK 0.60 0.28 0 0.19
HSL 208.06º 0.56% 0.56% -
HSV(B) 208.06º 0.6% 0.81% -
XYZ 25.21 27.43 62.36 -
YUV 134.88 168.13 90.28 -
System Red Green Blue C M Y K H S L
Decimal 82 148 206 0.60 0.28 0 0.19 208.06 0.56 0.56
Hex 52 94 CE 3C 1C 0 13 D0 38 38
Octal 122 224 316 74 34 0 23 320 70 70
Binary 1010010 10010100 11001110 111100 11100 0 10011 11010000 111000 111000

Color Harmonies of #5294CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5294CE

Black with #5294CE

Text Example


Text Example

White with #5294CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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