Html Css Color HEX #5292CF Picton Blue

📋 copy color: '#5292CF'

red 82 ◦ green 146 ◦ blue 207

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

Shades of Picton Blue #5292CF

Tints of Picton Blue #5292CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 18.85%
G = 33.56%
B = 47.59%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5292CF (or 0x5292CF) is known color: Picton Blue. HEX triplet: 52, 92 and CF. RGB value is (82,146,207). Sum of RGB (Red+Green+Blue) = 82+146+207=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #5292CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5292CF is #AD6D30. Grayscale: #858585. Windows color (decimal): -11365681 or 13603410. OLE color: 13603410.

HSL color Cylindrical-coordinate representation of color #5292CF: hue angle of 209.28º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5292CF is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 146 207 -
CMYK 0.60 0.29 0 0.19
HSL 209.28º 0.57% 0.57% -
HSV(B) 209.28º 0.6% 0.81% -
XYZ 25.02 26.86 62.9 -
YUV 133.82 169.3 91.04 -
System Red Green Blue C M Y K H S L
Decimal 82 146 207 0.60 0.29 0 0.19 209.28 0.57 0.57
Hex 52 92 CF 3C 1D 0 13 D1 39 39
Octal 122 222 317 74 35 0 23 321 71 71
Binary 1010010 10010010 11001111 111100 11101 0 10011 11010001 111001 111001

Color Harmonies of #5292CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5292CF

Black with #5292CF

Text Example


Text Example

White with #5292CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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