Html Css Color HEX #529BC6 Picton Blue

📋 copy color: '#529BC6'

red 82 ◦ green 155 ◦ blue 198

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

Shades of Picton Blue #529BC6

Tints of Picton Blue #529BC6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.63%

 BLUE value IS 198 (77.73% from 255) = 45.52%

R = 18.85%
G = 35.63%
B = 45.52%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#529BC6 (or 0x529BC6) is known color: Picton Blue. HEX triplet: 52, 9B and C6. RGB value is (82,155,198). Sum of RGB (Red+Green+Blue) = 82+155+198=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #529BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BC6 is #AD6439. Grayscale: #898989. Windows color (decimal): -11363386 or 13015890. OLE color: 13015890.

HSL color Cylindrical-coordinate representation of color #529BC6: hue angle of 202.24º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #529BC6 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 155 198 -
CMYK 0.59 0.22 0 0.22
HSL 202.24º 0.5% 0.55% -
HSV(B) 202.24º 0.59% 0.78% -
XYZ 25.39 29.31 57.75 -
YUV 138.08 161.82 88 -
System Red Green Blue C M Y K H S L
Decimal 82 155 198 0.59 0.22 0 0.22 202.24 0.5 0.55
Hex 52 9B C6 3B 16 0 16 CA 32 37
Octal 122 233 306 73 26 0 26 312 62 67
Binary 1010010 10011011 11000110 111011 10110 0 10110 11001010 110010 110111

Color Harmonies of #529BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529BC6

Black with #529BC6

Text Example


Text Example

White with #529BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529BC6; }

 p { color: rgb(82,155,198); }

 H1.HeaderClassName
 {
   color: #529BC6;
 }
 .AnyTagClassName
 {
   color: #529BC6;
 }
</style>

background-color css

<style>
 a { background-color: #529BC6; }

 a { background-color: rgb(82,155,198); }

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

border-color css

<style>
 span { border-color: #529BC6; }

 span { border-color: rgb(82,155,198); }

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