Html Css Color HEX #535ECC Free Speech Blue

📋 copy color: '#535ECC'

red 83 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Blue #535ECC

Tints of Free Speech Blue #535ECC

RGB

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

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

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

R = 21.78%
G = 24.67%
B = 53.54%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#535ECC (or 0x535ECC) is known color: Free Speech Blue. HEX triplet: 53, 5E and CC. RGB value is (83,94,204). Sum of RGB (Red+Green+Blue) = 83+94+204=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #535ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ECC is #ACA133. Grayscale: #666666. Windows color (decimal): -11313460 or 13393491. OLE color: 13393491.

HSL color Cylindrical-coordinate representation of color #535ECC: hue angle of 234.55º 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 #535ECC is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 94 204 -
CMYK 0.59 0.54 0 0.2
HSL 234.55º 0.54% 0.56% -
HSV(B) 234.55º 0.59% 0.8% -
XYZ 18.47 14.2 58.89 -
YUV 103.25 184.86 113.56 -
System Red Green Blue C M Y K H S L
Decimal 83 94 204 0.59 0.54 0 0.2 234.55 0.54 0.56
Hex 53 5E CC 3B 36 0 14 EB 36 38
Octal 123 136 314 73 66 0 24 353 66 70
Binary 1010011 1011110 11001100 111011 110110 0 10100 11101011 110110 111000

Color Harmonies of #535ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535ECC

Black with #535ECC

Text Example


Text Example

White with #535ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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