Html Css Color HEX #515CC5 Free Speech Blue

📋 copy color: '#515CC5'

red 81 ◦ green 92 ◦ blue 197

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

Shades of Free Speech Blue #515CC5

Tints of Free Speech Blue #515CC5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.86%

 BLUE value IS 197 (77.34% from 255) = 53.24%

R = 21.89%
G = 24.86%
B = 53.24%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#515CC5 (or 0x515CC5) is known color: Free Speech Blue. HEX triplet: 51, 5C and C5. RGB value is (81,92,197). Sum of RGB (Red+Green+Blue) = 81+92+197=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 197 (77.34% from 255 or 53.24% from 370); Max value from RGB is 197 - color contains mainly: blue. Hex color #515CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CC5 is #AEA33A. Grayscale: #646464. Windows color (decimal): -11445051 or 12934225. OLE color: 12934225.

HSL color Cylindrical-coordinate representation of color #515CC5: hue angle of 234.31º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #515CC5 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 81 92 197 -
CMYK 0.59 0.53 0 0.23
HSL 234.31º 0.5% 0.55% -
HSV(B) 234.31º 0.59% 0.77% -
XYZ 17.3 13.43 54.5 -
YUV 100.68 182.36 113.96 -
System Red Green Blue C M Y K H S L
Decimal 81 92 197 0.59 0.53 0 0.23 234.31 0.5 0.55
Hex 51 5C C5 3B 35 0 17 EA 32 37
Octal 121 134 305 73 65 0 27 352 62 67
Binary 1010001 1011100 11000101 111011 110101 0 10111 11101010 110010 110111

Color Harmonies of #515CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CC5

Black with #515CC5

Text Example


Text Example

White with #515CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,92,197); }

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

background-color css

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

 a { background-color: rgb(81,92,197); }

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

border-color css

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

 span { border-color: rgb(81,92,197); }

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