Html Css Color HEX #535EC2 Free Speech Blue

📋 copy color: '#535EC2'

red 83 ◦ green 94 ◦ blue 194

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

Shades of Free Speech Blue #535EC2

Tints of Free Speech Blue #535EC2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.34%

 BLUE value IS 194 (76.17% from 255) = 52.29%

R = 22.37%
G = 25.34%
B = 52.29%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#535EC2 (or 0x535EC2) is known color: Free Speech Blue. HEX triplet: 53, 5E and C2. RGB value is (83,94,194). Sum of RGB (Red+Green+Blue) = 83+94+194=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #535EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535EC2 is #ACA13D. Grayscale: #656565. Windows color (decimal): -11313470 or 12738131. OLE color: 12738131.

HSL color Cylindrical-coordinate representation of color #535EC2: hue angle of 234.05º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #535EC2 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 94 194 -
CMYK 0.57 0.52 0 0.24
HSL 234.05º 0.48% 0.54% -
HSV(B) 234.05º 0.57% 0.76% -
XYZ 17.31 13.74 52.78 -
YUV 102.11 179.86 114.37 -
System Red Green Blue C M Y K H S L
Decimal 83 94 194 0.57 0.52 0 0.24 234.05 0.48 0.54
Hex 53 5E C2 39 34 0 18 EA 30 36
Octal 123 136 302 71 64 0 30 352 60 66
Binary 1010011 1011110 11000010 111001 110100 0 11000 11101010 110000 110110

Color Harmonies of #535EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535EC2

Black with #535EC2

Text Example


Text Example

White with #535EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,94,194); }

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

background-color css

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

 a { background-color: rgb(83,94,194); }

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

border-color css

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

 span { border-color: rgb(83,94,194); }

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