Html Css Color HEX #535BCC Free Speech Blue

📋 copy color: '#535BCC'

red 83 ◦ green 91 ◦ blue 204

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

Shades of Free Speech Blue #535BCC

Tints of Free Speech Blue #535BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

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

R = 21.96%
G = 24.07%
B = 53.97%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#535BCC (or 0x535BCC) is known color: Free Speech Blue. HEX triplet: 53, 5B and CC. RGB value is (83,91,204). Sum of RGB (Red+Green+Blue) = 83+91+204=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #535BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535BCC is #ACA433. Grayscale: #656565. Windows color (decimal): -11314228 or 13392723. OLE color: 13392723.

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

Color convert

RGB 83 91 204 -
CMYK 0.59 0.55 0 0.2
HSL 236.03º 0.54% 0.56% -
HSV(B) 236.03º 0.59% 0.8% -
XYZ 18.21 13.68 58.81 -
YUV 101.49 185.85 114.81 -
System Red Green Blue C M Y K H S L
Decimal 83 91 204 0.59 0.55 0 0.2 236.03 0.54 0.56
Hex 53 5B CC 3B 37 0 14 EC 36 38
Octal 123 133 314 73 67 0 24 354 66 70
Binary 1010011 1011011 11001100 111011 110111 0 10100 11101100 110110 111000

Color Harmonies of #535BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535BCC

Black with #535BCC

Text Example


Text Example

White with #535BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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