Html Css Color HEX #5295C5 Picton Blue

📋 copy color: '#5295C5'

red 82 ◦ green 149 ◦ blue 197

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

Shades of Picton Blue #5295C5

Tints of Picton Blue #5295C5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.81%

 BLUE value IS 197 (77.34% from 255) = 46.03%

R = 19.16%
G = 34.81%
B = 46.03%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5295C5 (or 0x5295C5) is known color: Picton Blue. HEX triplet: 52, 95 and C5. RGB value is (82,149,197). Sum of RGB (Red+Green+Blue) = 82+149+197=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 197 (77.34% from 255 or 46.03% from 428); Max value from RGB is 197 - color contains mainly: blue. Hex color #5295C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5295C5 is #AD6A3A. Grayscale: #868686. Windows color (decimal): -11364923 or 12948818. OLE color: 12948818.

HSL color Cylindrical-coordinate representation of color #5295C5: hue angle of 205.04º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5295C5 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 149 197 -
CMYK 0.58 0.24 0 0.23
HSL 205.04º 0.5% 0.55% -
HSV(B) 205.04º 0.58% 0.77% -
XYZ 24.31 27.32 56.82 -
YUV 134.44 163.3 90.6 -
System Red Green Blue C M Y K H S L
Decimal 82 149 197 0.58 0.24 0 0.23 205.04 0.5 0.55
Hex 52 95 C5 3A 18 0 17 CD 32 37
Octal 122 225 305 72 30 0 27 315 62 67
Binary 1010010 10010101 11000101 111010 11000 0 10111 11001101 110010 110111

Color Harmonies of #5295C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5295C5

Black with #5295C5

Text Example


Text Example

White with #5295C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5295C5; }

 p { color: rgb(82,149,197); }

 H1.HeaderClassName
 {
   color: #5295C5;
 }
 .AnyTagClassName
 {
   color: #5295C5;
 }
</style>

background-color css

<style>
 a { background-color: #5295C5; }

 a { background-color: rgb(82,149,197); }

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

border-color css

<style>
 span { border-color: #5295C5; }

 span { border-color: rgb(82,149,197); }

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