Html Css Color HEX #529FC8 Picton Blue

📋 copy color: '#529FC8'

red 82 ◦ green 159 ◦ blue 200

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

Shades of Picton Blue #529FC8

Tints of Picton Blue #529FC8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.05%

 BLUE value IS 200 (78.52% from 255) = 45.35%

R = 18.59%
G = 36.05%
B = 45.35%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#529FC8 (or 0x529FC8) is known color: Picton Blue. HEX triplet: 52, 9F and C8. RGB value is (82,159,200). Sum of RGB (Red+Green+Blue) = 82+159+200=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #529FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529FC8 is #AD6037. Grayscale: #8C8C8C. Windows color (decimal): -11362360 or 13147986. OLE color: 13147986.

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

Color convert

RGB 82 159 200 -
CMYK 0.59 0.20 0 0.22
HSL 200.85º 0.52% 0.55% -
HSV(B) 200.85º 0.59% 0.78% -
XYZ 26.3 30.76 59.19 -
YUV 140.65 161.49 86.17 -
System Red Green Blue C M Y K H S L
Decimal 82 159 200 0.59 0.20 0 0.22 200.85 0.52 0.55
Hex 52 9F C8 3B 14 0 16 C9 34 37
Octal 122 237 310 73 24 0 26 311 64 67
Binary 1010010 10011111 11001000 111011 10100 0 10110 11001001 110100 110111

Color Harmonies of #529FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529FC8

Black with #529FC8

Text Example


Text Example

White with #529FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,159,200); }

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

background-color css

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

 a { background-color: rgb(82,159,200); }

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

border-color css

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

 span { border-color: rgb(82,159,200); }

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