Html Css Color HEX #505ACB Free Speech Blue

📋 copy color: '#505ACB'

red 80 ◦ green 90 ◦ blue 203

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

Shades of Free Speech Blue #505ACB

Tints of Free Speech Blue #505ACB

RGB

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

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

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

R = 21.45%
G = 24.13%
B = 54.42%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#505ACB (or 0x505ACB) is known color: Free Speech Blue. HEX triplet: 50, 5A and CB. RGB value is (80,90,203). Sum of RGB (Red+Green+Blue) = 80+90+203=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #505ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505ACB is #AFA534. Grayscale: #636363. Windows color (decimal): -11511093 or 13326928. OLE color: 13326928.

HSL color Cylindrical-coordinate representation of color #505ACB: hue angle of 235.12º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #505ACB is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 90 203 -
CMYK 0.61 0.56 0 0.20
HSL 235.12º 0.54% 0.55% -
HSV(B) 235.12º 0.61% 0.8% -
XYZ 17.74 13.33 58.14 -
YUV 99.89 186.19 113.81 -
System Red Green Blue C M Y K H S L
Decimal 80 90 203 0.61 0.56 0 0.20 235.12 0.54 0.55
Hex 50 5A CB 3D 38 0 14 EB 36 37
Octal 120 132 313 75 70 0 24 353 66 67
Binary 1010000 1011010 11001011 111101 111000 0 10100 11101011 110110 110111

Color Harmonies of #505ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505ACB

Black with #505ACB

Text Example


Text Example

White with #505ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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