Html Css Color HEX #535DCB Free Speech Blue

📋 copy color: '#535DCB'

red 83 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Blue #535DCB

Tints of Free Speech Blue #535DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.54%

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

R = 21.9%
G = 24.54%
B = 53.56%

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

#535DCB (or 0x535DCB) is known color: Free Speech Blue. HEX triplet: 53, 5D and CB. RGB value is (83,93,203). Sum of RGB (Red+Green+Blue) = 83+93+203=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #535DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DCB is #ACA234. Grayscale: #666666. Windows color (decimal): -11313717 or 13327699. OLE color: 13327699.

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

Color convert

RGB 83 93 203 -
CMYK 0.59 0.54 0 0.20
HSL 235º 0.54% 0.56% -
HSV(B) 235º 0.59% 0.8% -
XYZ 18.26 13.98 58.24 -
YUV 102.55 184.69 114.06 -
System Red Green Blue C M Y K H S L
Decimal 83 93 203 0.59 0.54 0 0.20 235 0.54 0.56
Hex 53 5D CB 3B 36 0 14 EB 36 38
Octal 123 135 313 73 66 0 24 353 66 70
Binary 1010011 1011101 11001011 111011 110110 0 10100 11101011 110110 111000

Color Harmonies of #535DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535DCB

Black with #535DCB

Text Example


Text Example

White with #535DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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