Html Css Color HEX #515ABC Free Speech Blue

📋 copy color: '#515ABC'

red 81 ◦ green 90 ◦ blue 188

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

Shades of Free Speech Blue #515ABC

Tints of Free Speech Blue #515ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 22.56%
G = 25.07%
B = 52.37%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#515ABC (or 0x515ABC) is known color: Free Speech Blue. HEX triplet: 51, 5A and BC. RGB value is (81,90,188). Sum of RGB (Red+Green+Blue) = 81+90+188=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #515ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ABC is #AEA543. Grayscale: #626262. Windows color (decimal): -11445572 or 12343889. OLE color: 12343889.

HSL color Cylindrical-coordinate representation of color #515ABC: hue angle of 234.95º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #515ABC is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 90 188 -
CMYK 0.57 0.52 0 0.26
HSL 234.95º 0.44% 0.53% -
HSV(B) 234.95º 0.57% 0.74% -
XYZ 16.13 12.69 49.18 -
YUV 98.48 178.52 115.53 -
System Red Green Blue C M Y K H S L
Decimal 81 90 188 0.57 0.52 0 0.26 234.95 0.44 0.53
Hex 51 5A BC 39 34 0 1A EB 2C 35
Octal 121 132 274 71 64 0 32 353 54 65
Binary 1010001 1011010 10111100 111001 110100 0 11010 11101011 101100 110101

Color Harmonies of #515ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515ABC

Black with #515ABC

Text Example


Text Example

White with #515ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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