Html Css Color HEX #529DCD Picton Blue

📋 copy color: '#529DCD'

red 82 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #529DCD

Tints of Picton Blue #529DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.36%

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 18.47%
G = 35.36%
B = 46.17%

CMYK

 C value IS 0.6

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#529DCD (or 0x529DCD) is known color: Picton Blue. HEX triplet: 52, 9D and CD. RGB value is (82,157,205). Sum of RGB (Red+Green+Blue) = 82+157+205=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #529DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529DCD is #AD6232. Grayscale: #8B8B8B. Windows color (decimal): -11362867 or 13475154. OLE color: 13475154.

HSL color Cylindrical-coordinate representation of color #529DCD: hue angle of 203.41º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #529DCD is Cyan = 0.6, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 157 205 -
CMYK 0.6 0.23 0 0.20
HSL 203.41º 0.55% 0.56% -
HSV(B) 203.41º 0.6% 0.8% -
XYZ 26.56 30.32 62.21 -
YUV 140.05 164.65 86.6 -
System Red Green Blue C M Y K H S L
Decimal 82 157 205 0.6 0.23 0 0.20 203.41 0.55 0.56
Hex 52 9D CD 3C 17 0 14 CB 37 38
Octal 122 235 315 74 27 0 24 313 67 70
Binary 1010010 10011101 11001101 111100 10111 0 10100 11001011 110111 111000

Color Harmonies of #529DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529DCD

Black with #529DCD

Text Example


Text Example

White with #529DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,157,205); }

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

background-color css

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

 a { background-color: rgb(82,157,205); }

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

border-color css

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

 span { border-color: rgb(82,157,205); }

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