Html Css Color HEX #536BCB Free Speech Blue

📋 copy color: '#536BCB'

red 83 ◦ green 107 ◦ blue 203

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

Shades of Free Speech Blue #536BCB

Tints of Free Speech Blue #536BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.23%

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

R = 21.12%
G = 27.23%
B = 51.65%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#536BCB (or 0x536BCB) is known color: Free Speech Blue. HEX triplet: 53, 6B and CB. RGB value is (83,107,203). Sum of RGB (Red+Green+Blue) = 83+107+203=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #536BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BCB is #AC9434. Grayscale: #6E6E6E. Windows color (decimal): -11310133 or 13331283. OLE color: 13331283.

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

Color convert

RGB 83 107 203 -
CMYK 0.59 0.47 0 0.20
HSL 228º 0.54% 0.56% -
HSV(B) 228º 0.59% 0.8% -
XYZ 19.6 16.67 58.68 -
YUV 110.77 180.05 108.19 -
System Red Green Blue C M Y K H S L
Decimal 83 107 203 0.59 0.47 0 0.20 228 0.54 0.56
Hex 53 6B CB 3B 2F 0 14 E4 36 38
Octal 123 153 313 73 57 0 24 344 66 70
Binary 1010011 1101011 11001011 111011 101111 0 10100 11100100 110110 111000

Color Harmonies of #536BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BCB

Black with #536BCB

Text Example


Text Example

White with #536BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536BCB; }

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

 H1.HeaderClassName
 {
   color: #536BCB;
 }
 .AnyTagClassName
 {
   color: #536BCB;
 }
</style>

background-color css

<style>
 a { background-color: #536BCB; }

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

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

border-color css

<style>
 span { border-color: #536BCB; }

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

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