Html Css Color HEX #5296CE Picton Blue

📋 copy color: '#5296CE'

red 82 ◦ green 150 ◦ blue 206

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

Shades of Picton Blue #5296CE

Tints of Picton Blue #5296CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.25%

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

R = 18.72%
G = 34.25%
B = 47.03%

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

#5296CE (or 0x5296CE) is known color: Picton Blue. HEX triplet: 52, 96 and CE. RGB value is (82,150,206). Sum of RGB (Red+Green+Blue) = 82+150+206=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #5296CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5296CE is #AD6931. Grayscale: #878787. Windows color (decimal): -11364658 or 13538898. OLE color: 13538898.

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

Color convert

RGB 82 150 206 -
CMYK 0.60 0.27 0 0.19
HSL 207.1º 0.56% 0.56% -
HSV(B) 207.1º 0.6% 0.81% -
XYZ 25.53 28.06 62.46 -
YUV 136.05 167.47 89.45 -
System Red Green Blue C M Y K H S L
Decimal 82 150 206 0.60 0.27 0 0.19 207.1 0.56 0.56
Hex 52 96 CE 3C 1B 0 13 CF 38 38
Octal 122 226 316 74 33 0 23 317 70 70
Binary 1010010 10010110 11001110 111100 11011 0 10011 11001111 111000 111000

Color Harmonies of #5296CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5296CE

Black with #5296CE

Text Example


Text Example

White with #5296CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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