Html Css Color HEX #536ACB Free Speech Blue

📋 copy color: '#536ACB'

red 83 ◦ green 106 ◦ blue 203

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

Shades of Free Speech Blue #536ACB

Tints of Free Speech Blue #536ACB

RGB

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

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

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

R = 21.17%
G = 27.04%
B = 51.79%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#536ACB (or 0x536ACB) is known color: Free Speech Blue. HEX triplet: 53, 6A and CB. RGB value is (83,106,203). Sum of RGB (Red+Green+Blue) = 83+106+203=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #536ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ACB is #AC9534. Grayscale: #6D6D6D. Windows color (decimal): -11310389 or 13331027. OLE color: 13331027.

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

Color convert

RGB 83 106 203 -
CMYK 0.59 0.48 0 0.20
HSL 228.5º 0.54% 0.56% -
HSV(B) 228.5º 0.59% 0.8% -
XYZ 19.5 16.46 58.65 -
YUV 110.18 180.38 108.61 -
System Red Green Blue C M Y K H S L
Decimal 83 106 203 0.59 0.48 0 0.20 228.5 0.54 0.56
Hex 53 6A CB 3B 30 0 14 E4 36 38
Octal 123 152 313 73 60 0 24 344 66 70
Binary 1010011 1101010 11001011 111011 110000 0 10100 11100100 110110 111000

Color Harmonies of #536ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536ACB

Black with #536ACB

Text Example


Text Example

White with #536ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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