Html Css Color HEX #529BC7 Picton Blue

📋 copy color: '#529BC7'

red 82 ◦ green 155 ◦ blue 199

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

Shades of Picton Blue #529BC7

Tints of Picton Blue #529BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.64%

R = 18.81%
G = 35.55%
B = 45.64%

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

#529BC7 (or 0x529BC7) is known color: Picton Blue. HEX triplet: 52, 9B and C7. RGB value is (82,155,199). Sum of RGB (Red+Green+Blue) = 82+155+199=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #529BC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BC7 is #AD6438. Grayscale: #898989. Windows color (decimal): -11363385 or 13081426. OLE color: 13081426.

HSL color Cylindrical-coordinate representation of color #529BC7: hue angle of 202.56º degrees, saturation: 0.51, 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 #529BC7 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 155 199 -
CMYK 0.59 0.22 0 0.22
HSL 202.56º 0.51% 0.55% -
HSV(B) 202.56º 0.59% 0.78% -
XYZ 25.51 29.36 58.36 -
YUV 138.19 162.32 87.92 -
System Red Green Blue C M Y K H S L
Decimal 82 155 199 0.59 0.22 0 0.22 202.56 0.51 0.55
Hex 52 9B C7 3B 16 0 16 CB 33 37
Octal 122 233 307 73 26 0 26 313 63 67
Binary 1010010 10011011 11000111 111011 10110 0 10110 11001011 110011 110111

Color Harmonies of #529BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529BC7

Black with #529BC7

Text Example


Text Example

White with #529BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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