Html Css Color HEX #536ACC Free Speech Blue

📋 copy color: '#536ACC'

red 83 ◦ green 106 ◦ blue 204

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

Shades of Free Speech Blue #536ACC

Tints of Free Speech Blue #536ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.97%

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

R = 21.12%
G = 26.97%
B = 51.91%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#536ACC (or 0x536ACC) is known color: Free Speech Blue. HEX triplet: 53, 6A and CC. RGB value is (83,106,204). Sum of RGB (Red+Green+Blue) = 83+106+204=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #536ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ACC is #AC9533. Grayscale: #6D6D6D. Windows color (decimal): -11310388 or 13396563. OLE color: 13396563.

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

Color convert

RGB 83 106 204 -
CMYK 0.59 0.48 0 0.2
HSL 228.6º 0.54% 0.56% -
HSV(B) 228.6º 0.59% 0.8% -
XYZ 19.62 16.51 59.28 -
YUV 110.3 180.88 108.53 -
System Red Green Blue C M Y K H S L
Decimal 83 106 204 0.59 0.48 0 0.2 228.6 0.54 0.56
Hex 53 6A CC 3B 30 0 14 E5 36 38
Octal 123 152 314 73 60 0 24 345 66 70
Binary 1010011 1101010 11001100 111011 110000 0 10100 11100101 110110 111000

Color Harmonies of #536ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536ACC

Black with #536ACC

Text Example


Text Example

White with #536ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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