Html Css Color HEX #526ACC Free Speech Blue

📋 copy color: '#526ACC'

red 82 ◦ green 106 ◦ blue 204

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

Shades of Free Speech Blue #526ACC

Tints of Free Speech Blue #526ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.04%

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 20.92%
G = 27.04%
B = 52.04%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#526ACC (or 0x526ACC) is known color: Free Speech Blue. HEX triplet: 52, 6A and CC. RGB value is (82,106,204). Sum of RGB (Red+Green+Blue) = 82+106+204=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #526ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ACC is #AD9533. Grayscale: #6D6D6D. Windows color (decimal): -11375924 or 13396562. OLE color: 13396562.

HSL color Cylindrical-coordinate representation of color #526ACC: hue angle of 228.2º 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 #526ACC is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 106 204 -
CMYK 0.60 0.48 0 0.2
HSL 228.2º 0.54% 0.56% -
HSV(B) 228.2º 0.6% 0.8% -
XYZ 19.53 16.46 59.27 -
YUV 110 181.05 108.03 -
System Red Green Blue C M Y K H S L
Decimal 82 106 204 0.60 0.48 0 0.2 228.2 0.54 0.56
Hex 52 6A CC 3C 30 0 14 E4 36 38
Octal 122 152 314 74 60 0 24 344 66 70
Binary 1010010 1101010 11001100 111100 110000 0 10100 11100100 110110 111000

Color Harmonies of #526ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526ACC

Black with #526ACC

Text Example


Text Example

White with #526ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526ACC; }

 p { color: rgb(82,106,204); }

 H1.HeaderClassName
 {
   color: #526ACC;
 }
 .AnyTagClassName
 {
   color: #526ACC;
 }
</style>

background-color css

<style>
 a { background-color: #526ACC; }

 a { background-color: rgb(82,106,204); }

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

border-color css

<style>
 span { border-color: #526ACC; }

 span { border-color: rgb(82,106,204); }

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