Html Css Color HEX #515ACE Free Speech Blue

📋 copy color: '#515ACE'

red 81 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Blue #515ACE

Tints of Free Speech Blue #515ACE

RGB

 RED value IS 81 (32.03% from 255) = 21.49%

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

 BLUE value IS 206 (80.86% from 255) = 54.64%

R = 21.49%
G = 23.87%
B = 54.64%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#515ACE (or 0x515ACE) is known color: Free Speech Blue. HEX triplet: 51, 5A and CE. RGB value is (81,90,206). Sum of RGB (Red+Green+Blue) = 81+90+206=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #515ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ACE is #AEA531. Grayscale: #646464. Windows color (decimal): -11445554 or 13523537. OLE color: 13523537.

HSL color Cylindrical-coordinate representation of color #515ACE: hue angle of 235.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #515ACE is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 90 206 -
CMYK 0.61 0.56 0 0.19
HSL 235.68º 0.56% 0.56% -
HSV(B) 235.68º 0.61% 0.81% -
XYZ 18.19 13.52 60.04 -
YUV 100.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 81 90 206 0.61 0.56 0 0.19 235.68 0.56 0.56
Hex 51 5A CE 3D 38 0 13 EC 38 38
Octal 121 132 316 75 70 0 23 354 70 70
Binary 1010001 1011010 11001110 111101 111000 0 10011 11101100 111000 111000

Color Harmonies of #515ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515ACE

Black with #515ACE

Text Example


Text Example

White with #515ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515ACE; }

 p { color: rgb(81,90,206); }

 H1.HeaderClassName
 {
   color: #515ACE;
 }
 .AnyTagClassName
 {
   color: #515ACE;
 }
</style>

background-color css

<style>
 a { background-color: #515ACE; }

 a { background-color: rgb(81,90,206); }

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

border-color css

<style>
 span { border-color: #515ACE; }

 span { border-color: rgb(81,90,206); }

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