Html Css Color HEX #515BCC Free Speech Blue

📋 copy color: '#515BCC'

red 81 ◦ green 91 ◦ blue 204

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

Shades of Free Speech Blue #515BCC

Tints of Free Speech Blue #515BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.2%

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 21.54%
G = 24.2%
B = 54.26%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#515BCC (or 0x515BCC) is known color: Free Speech Blue. HEX triplet: 51, 5B and CC. RGB value is (81,91,204). Sum of RGB (Red+Green+Blue) = 81+91+204=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #515BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BCC is #AEA433. Grayscale: #646464. Windows color (decimal): -11445300 or 13392721. OLE color: 13392721.

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

Color convert

RGB 81 91 204 -
CMYK 0.60 0.55 0 0.2
HSL 235.12º 0.55% 0.56% -
HSV(B) 235.12º 0.6% 0.8% -
XYZ 18.03 13.59 58.8 -
YUV 100.89 186.19 113.81 -
System Red Green Blue C M Y K H S L
Decimal 81 91 204 0.60 0.55 0 0.2 235.12 0.55 0.56
Hex 51 5B CC 3C 37 0 14 EB 37 38
Octal 121 133 314 74 67 0 24 353 67 70
Binary 1010001 1011011 11001100 111100 110111 0 10100 11101011 110111 111000

Color Harmonies of #515BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BCC

Black with #515BCC

Text Example


Text Example

White with #515BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,91,204); }

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

background-color css

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

 a { background-color: rgb(81,91,204); }

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

border-color css

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

 span { border-color: rgb(81,91,204); }

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