Html Css Color HEX #5297CE Picton Blue

📋 copy color: '#5297CE'

red 82 ◦ green 151 ◦ blue 206

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

Shades of Picton Blue #5297CE

Tints of Picton Blue #5297CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.4%

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

R = 18.68%
G = 34.4%
B = 46.92%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5297CE (or 0x5297CE) is known color: Picton Blue. HEX triplet: 52, 97 and CE. RGB value is (82,151,206). Sum of RGB (Red+Green+Blue) = 82+151+206=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #5297CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5297CE is #AD6831. Grayscale: #888888. Windows color (decimal): -11364402 or 13539154. OLE color: 13539154.

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

Color convert

RGB 82 151 206 -
CMYK 0.60 0.27 0 0.19
HSL 206.61º 0.56% 0.56% -
HSV(B) 206.61º 0.6% 0.81% -
XYZ 25.69 28.38 62.52 -
YUV 136.64 167.14 89.03 -
System Red Green Blue C M Y K H S L
Decimal 82 151 206 0.60 0.27 0 0.19 206.61 0.56 0.56
Hex 52 97 CE 3C 1B 0 13 CF 38 38
Octal 122 227 316 74 33 0 23 317 70 70
Binary 1010010 10010111 11001110 111100 11011 0 10011 11001111 111000 111000

Color Harmonies of #5297CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5297CE

Black with #5297CE

Text Example


Text Example

White with #5297CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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