Html Css Color HEX #529ACB Picton Blue

📋 copy color: '#529ACB'

red 82 ◦ green 154 ◦ blue 203

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

Shades of Picton Blue #529ACB

Tints of Picton Blue #529ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.08%

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 18.68%
G = 35.08%
B = 46.24%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#529ACB (or 0x529ACB) is known color: Picton Blue. HEX triplet: 52, 9A and CB. RGB value is (82,154,203). Sum of RGB (Red+Green+Blue) = 82+154+203=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #529ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ACB is #AD6534. Grayscale: #898989. Windows color (decimal): -11363637 or 13343314. OLE color: 13343314.

HSL color Cylindrical-coordinate representation of color #529ACB: hue angle of 204.3º degrees, saturation: 0.54, 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 #529ACB is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 154 203 -
CMYK 0.60 0.24 0 0.20
HSL 204.3º 0.54% 0.56% -
HSV(B) 204.3º 0.6% 0.8% -
XYZ 25.81 29.22 60.78 -
YUV 138.06 164.65 88.02 -
System Red Green Blue C M Y K H S L
Decimal 82 154 203 0.60 0.24 0 0.20 204.3 0.54 0.56
Hex 52 9A CB 3C 18 0 14 CC 36 38
Octal 122 232 313 74 30 0 24 314 66 70
Binary 1010010 10011010 11001011 111100 11000 0 10100 11001100 110110 111000

Color Harmonies of #529ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529ACB

Black with #529ACB

Text Example


Text Example

White with #529ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,154,203); }

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

background-color css

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

 a { background-color: rgb(82,154,203); }

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

border-color css

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

 span { border-color: rgb(82,154,203); }

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