Html Css Color HEX #535EC6 Free Speech Blue

📋 copy color: '#535EC6'

red 83 ◦ green 94 ◦ blue 198

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

Shades of Free Speech Blue #535EC6

Tints of Free Speech Blue #535EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.8%

R = 22.13%
G = 25.07%
B = 52.8%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#535EC6 (or 0x535EC6) is known color: Free Speech Blue. HEX triplet: 53, 5E and C6. RGB value is (83,94,198). Sum of RGB (Red+Green+Blue) = 83+94+198=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #535EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535EC6 is #ACA139. Grayscale: #666666. Windows color (decimal): -11313466 or 13000275. OLE color: 13000275.

HSL color Cylindrical-coordinate representation of color #535EC6: hue angle of 234.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #535EC6 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 94 198 -
CMYK 0.58 0.53 0 0.22
HSL 234.26º 0.5% 0.55% -
HSV(B) 234.26º 0.58% 0.78% -
XYZ 17.76 13.92 55.18 -
YUV 102.57 181.86 114.04 -
System Red Green Blue C M Y K H S L
Decimal 83 94 198 0.58 0.53 0 0.22 234.26 0.5 0.55
Hex 53 5E C6 3A 35 0 16 EA 32 37
Octal 123 136 306 72 65 0 26 352 62 67
Binary 1010011 1011110 11000110 111010 110101 0 10110 11101010 110010 110111

Color Harmonies of #535EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535EC6

Black with #535EC6

Text Example


Text Example

White with #535EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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