Html Css Color HEX #529BC5 Picton Blue

📋 copy color: '#529BC5'

red 82 ◦ green 155 ◦ blue 197

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

Shades of Picton Blue #529BC5

Tints of Picton Blue #529BC5

RGB

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

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

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

R = 18.89%
G = 35.71%
B = 45.39%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#529BC5 (or 0x529BC5) is known color: Picton Blue. HEX triplet: 52, 9B and C5. RGB value is (82,155,197). Sum of RGB (Red+Green+Blue) = 82+155+197=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #529BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BC5 is #AD643A. Grayscale: #898989. Windows color (decimal): -11363387 or 12950354. OLE color: 12950354.

HSL color Cylindrical-coordinate representation of color #529BC5: hue angle of 201.91º 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 #529BC5 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 155 197 -
CMYK 0.58 0.21 0 0.23
HSL 201.91º 0.5% 0.55% -
HSV(B) 201.91º 0.58% 0.77% -
XYZ 25.28 29.27 57.14 -
YUV 137.96 161.32 88.08 -
System Red Green Blue C M Y K H S L
Decimal 82 155 197 0.58 0.21 0 0.23 201.91 0.5 0.55
Hex 52 9B C5 3A 15 0 17 CA 32 37
Octal 122 233 305 72 25 0 27 312 62 67
Binary 1010010 10011011 11000101 111010 10101 0 10111 11001010 110010 110111

Color Harmonies of #529BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529BC5

Black with #529BC5

Text Example


Text Example

White with #529BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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