Html Css Color HEX #535ECB Free Speech Blue

📋 copy color: '#535ECB'

red 83 ◦ green 94 ◦ blue 203

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

Shades of Free Speech Blue #535ECB

Tints of Free Speech Blue #535ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 21.84%
G = 24.74%
B = 53.42%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#535ECB (or 0x535ECB) is known color: Free Speech Blue. HEX triplet: 53, 5E and CB. RGB value is (83,94,203). Sum of RGB (Red+Green+Blue) = 83+94+203=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #535ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ECB is #ACA134. Grayscale: #666666. Windows color (decimal): -11313461 or 13327955. OLE color: 13327955.

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

Color convert

RGB 83 94 203 -
CMYK 0.59 0.54 0 0.20
HSL 234.5º 0.54% 0.56% -
HSV(B) 234.5º 0.59% 0.8% -
XYZ 18.35 14.16 58.27 -
YUV 103.14 184.36 113.64 -
System Red Green Blue C M Y K H S L
Decimal 83 94 203 0.59 0.54 0 0.20 234.5 0.54 0.56
Hex 53 5E CB 3B 36 0 14 EA 36 38
Octal 123 136 313 73 66 0 24 352 66 70
Binary 1010011 1011110 11001011 111011 110110 0 10100 11101010 110110 111000

Color Harmonies of #535ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535ECB

Black with #535ECB

Text Example


Text Example

White with #535ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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