Html Css Color HEX #505ABB Free Speech Blue

📋 copy color: '#505ABB'

red 80 ◦ green 90 ◦ blue 187

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

Shades of Free Speech Blue #505ABB

Tints of Free Speech Blue #505ABB

RGB

 RED value IS 80 (31.64% from 255) = 22.41%

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

 BLUE value IS 187 (73.44% from 255) = 52.38%

R = 22.41%
G = 25.21%
B = 52.38%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#505ABB (or 0x505ABB) is known color: Free Speech Blue. HEX triplet: 50, 5A and BB. RGB value is (80,90,187). Sum of RGB (Red+Green+Blue) = 80+90+187=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #505ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505ABB is #AFA544. Grayscale: #616161. Windows color (decimal): -11511109 or 12278352. OLE color: 12278352.

HSL color Cylindrical-coordinate representation of color #505ABB: hue angle of 234.39º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #505ABB is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 90 187 -
CMYK 0.57 0.52 0 0.27
HSL 234.39º 0.44% 0.52% -
HSV(B) 234.39º 0.57% 0.73% -
XYZ 15.93 12.61 48.61 -
YUV 98.07 178.19 115.11 -
System Red Green Blue C M Y K H S L
Decimal 80 90 187 0.57 0.52 0 0.27 234.39 0.44 0.52
Hex 50 5A BB 39 34 0 1B EA 2C 34
Octal 120 132 273 71 64 0 33 352 54 64
Binary 1010000 1011010 10111011 111001 110100 0 11011 11101010 101100 110100

Color Harmonies of #505ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505ABB

Black with #505ABB

Text Example


Text Example

White with #505ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505ABB; }

 p { color: rgb(80,90,187); }

 H1.HeaderClassName
 {
   color: #505ABB;
 }
 .AnyTagClassName
 {
   color: #505ABB;
 }
</style>

background-color css

<style>
 a { background-color: #505ABB; }

 a { background-color: rgb(80,90,187); }

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

border-color css

<style>
 span { border-color: #505ABB; }

 span { border-color: rgb(80,90,187); }

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