Html Css Color HEX #525ACD Free Speech Blue

📋 copy color: '#525ACD'

red 82 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Blue #525ACD

Tints of Free Speech Blue #525ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

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

R = 21.75%
G = 23.87%
B = 54.38%

CMYK

 C value IS 0.6

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#525ACD (or 0x525ACD) is known color: Free Speech Blue. HEX triplet: 52, 5A and CD. RGB value is (82,90,205). Sum of RGB (Red+Green+Blue) = 82+90+205=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #525ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ACD is #ADA532. Grayscale: #646464. Windows color (decimal): -11380019 or 13458002. OLE color: 13458002.

HSL color Cylindrical-coordinate representation of color #525ACD: hue angle of 236.1º 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 #525ACD is Cyan = 0.6, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 90 205 -
CMYK 0.6 0.56 0 0.20
HSL 236.1º 0.55% 0.56% -
HSV(B) 236.1º 0.6% 0.8% -
XYZ 18.16 13.51 59.41 -
YUV 100.72 186.85 114.65 -
System Red Green Blue C M Y K H S L
Decimal 82 90 205 0.6 0.56 0 0.20 236.1 0.55 0.56
Hex 52 5A CD 3C 38 0 14 EC 37 38
Octal 122 132 315 74 70 0 24 354 67 70
Binary 1010010 1011010 11001101 111100 111000 0 10100 11101100 110111 111000

Color Harmonies of #525ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525ACD

Black with #525ACD

Text Example


Text Example

White with #525ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525ACD; }

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

 H1.HeaderClassName
 {
   color: #525ACD;
 }
 .AnyTagClassName
 {
   color: #525ACD;
 }
</style>

background-color css

<style>
 a { background-color: #525ACD; }

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

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

border-color css

<style>
 span { border-color: #525ACD; }

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

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