Html Css Color HEX #5292CC Picton Blue

📋 copy color: '#5292CC'

red 82 ◦ green 146 ◦ blue 204

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

Shades of Picton Blue #5292CC

Tints of Picton Blue #5292CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.8%

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 18.98%
G = 33.8%
B = 47.22%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5292CC (or 0x5292CC) is known color: Picton Blue. HEX triplet: 52, 92 and CC. RGB value is (82,146,204). Sum of RGB (Red+Green+Blue) = 82+146+204=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #5292CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5292CC is #AD6D33. Grayscale: #858585. Windows color (decimal): -11365684 or 13406802. OLE color: 13406802.

HSL color Cylindrical-coordinate representation of color #5292CC: hue angle of 208.52º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5292CC is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 146 204 -
CMYK 0.60 0.28 0 0.2
HSL 208.52º 0.54% 0.56% -
HSV(B) 208.52º 0.6% 0.8% -
XYZ 24.66 26.71 60.98 -
YUV 133.48 167.8 91.28 -
System Red Green Blue C M Y K H S L
Decimal 82 146 204 0.60 0.28 0 0.2 208.52 0.54 0.56
Hex 52 92 CC 3C 1C 0 14 D1 36 38
Octal 122 222 314 74 34 0 24 321 66 70
Binary 1010010 10010010 11001100 111100 11100 0 10100 11010001 110110 111000

Color Harmonies of #5292CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5292CC

Black with #5292CC

Text Example


Text Example

White with #5292CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5292CC; }

 p { color: rgb(82,146,204); }

 H1.HeaderClassName
 {
   color: #5292CC;
 }
 .AnyTagClassName
 {
   color: #5292CC;
 }
</style>

background-color css

<style>
 a { background-color: #5292CC; }

 a { background-color: rgb(82,146,204); }

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

border-color css

<style>
 span { border-color: #5292CC; }

 span { border-color: rgb(82,146,204); }

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