Html Css Color HEX #535AD0 Free Speech Blue

📋 copy color: '#535AD0'

red 83 ◦ green 90 ◦ blue 208

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

Shades of Free Speech Blue #535AD0

Tints of Free Speech Blue #535AD0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.62%

 BLUE value IS 208 (81.64% from 255) = 54.59%

R = 21.78%
G = 23.62%
B = 54.59%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#535AD0 (or 0x535AD0) is known color: Free Speech Blue. HEX triplet: 53, 5A and D0. RGB value is (83,90,208). Sum of RGB (Red+Green+Blue) = 83+90+208=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #535AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535AD0 is #ACA52F. Grayscale: #646464. Windows color (decimal): -11314480 or 13654611. OLE color: 13654611.

HSL color Cylindrical-coordinate representation of color #535AD0: hue angle of 236.64º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #535AD0 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 90 208 -
CMYK 0.60 0.57 0 0.18
HSL 236.64º 0.57% 0.57% -
HSV(B) 236.64º 0.6% 0.82% -
XYZ 18.61 13.71 61.34 -
YUV 101.36 188.18 114.91 -
System Red Green Blue C M Y K H S L
Decimal 83 90 208 0.60 0.57 0 0.18 236.64 0.57 0.57
Hex 53 5A D0 3C 39 0 12 ED 39 39
Octal 123 132 320 74 71 0 22 355 71 71
Binary 1010011 1011010 11010000 111100 111001 0 10010 11101101 111001 111001

Color Harmonies of #535AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535AD0

Black with #535AD0

Text Example


Text Example

White with #535AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,90,208); }

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

background-color css

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

 a { background-color: rgb(83,90,208); }

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

border-color css

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

 span { border-color: rgb(83,90,208); }

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