Html Css Color HEX #534ECB Free Speech Blue

📋 copy color: '#534ECB'

red 83 ◦ green 78 ◦ blue 203

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

Shades of Free Speech Blue #534ECB

Tints of Free Speech Blue #534ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.43%

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

R = 22.8%
G = 21.43%
B = 55.77%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#534ECB (or 0x534ECB) is known color: Free Speech Blue. HEX triplet: 53, 4E and CB. RGB value is (83,78,203). Sum of RGB (Red+Green+Blue) = 83+78+203=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #534ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534ECB is #ACB134. Grayscale: #5D5D5D. Windows color (decimal): -11317557 or 13323859. OLE color: 13323859.

HSL color Cylindrical-coordinate representation of color #534ECB: hue angle of 242.4º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #534ECB is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 78 203 -
CMYK 0.59 0.62 0 0.20
HSL 242.4º 0.55% 0.55% -
HSV(B) 242.4º 0.62% 0.8% -
XYZ 17.07 11.6 57.84 -
YUV 93.75 189.66 120.34 -
System Red Green Blue C M Y K H S L
Decimal 83 78 203 0.59 0.62 0 0.20 242.4 0.55 0.55
Hex 53 4E CB 3B 3E 0 14 F2 37 37
Octal 123 116 313 73 76 0 24 362 67 67
Binary 1010011 1001110 11001011 111011 111110 0 10100 11110010 110111 110111

Color Harmonies of #534ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534ECB

Black with #534ECB

Text Example


Text Example

White with #534ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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