Html Css Color HEX #535ACC Free Speech Blue

📋 copy color: '#535ACC'

red 83 ◦ green 90 ◦ blue 204

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

Shades of Free Speech Blue #535ACC

Tints of Free Speech Blue #535ACC

RGB

 RED value IS 83 (32.81% from 255) = 22.02%

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

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

R = 22.02%
G = 23.87%
B = 54.11%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#535ACC (or 0x535ACC) is known color: Free Speech Blue. HEX triplet: 53, 5A and CC. RGB value is (83,90,204). Sum of RGB (Red+Green+Blue) = 83+90+204=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #535ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ACC is #ACA533. Grayscale: #646464. Windows color (decimal): -11314484 or 13392467. OLE color: 13392467.

HSL color Cylindrical-coordinate representation of color #535ACC: hue angle of 236.53º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #535ACC is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 90 204 -
CMYK 0.59 0.56 0 0.2
HSL 236.53º 0.54% 0.56% -
HSV(B) 236.53º 0.59% 0.8% -
XYZ 18.12 13.51 58.78 -
YUV 100.9 186.18 115.23 -
System Red Green Blue C M Y K H S L
Decimal 83 90 204 0.59 0.56 0 0.2 236.53 0.54 0.56
Hex 53 5A CC 3B 38 0 14 ED 36 38
Octal 123 132 314 73 70 0 24 355 66 70
Binary 1010011 1011010 11001100 111011 111000 0 10100 11101101 110110 111000

Color Harmonies of #535ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535ACC

Black with #535ACC

Text Example


Text Example

White with #535ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,90,204); }

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

background-color css

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

 a { background-color: rgb(83,90,204); }

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

border-color css

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

 span { border-color: rgb(83,90,204); }

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