Html Css Color HEX #515CCC Free Speech Blue

📋 copy color: '#515CCC'

red 81 ◦ green 92 ◦ blue 204

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

Shades of Free Speech Blue #515CCC

Tints of Free Speech Blue #515CCC

RGB

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

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

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

R = 21.49%
G = 24.4%
B = 54.11%

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

#515CCC (or 0x515CCC) is known color: Free Speech Blue. HEX triplet: 51, 5C and CC. RGB value is (81,92,204). Sum of RGB (Red+Green+Blue) = 81+92+204=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #515CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CCC is #AEA333. Grayscale: #656565. Windows color (decimal): -11445044 or 13392977. OLE color: 13392977.

HSL color Cylindrical-coordinate representation of color #515CCC: hue angle of 234.63º 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 #515CCC is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 92 204 -
CMYK 0.60 0.55 0 0.2
HSL 234.63º 0.55% 0.56% -
HSV(B) 234.63º 0.6% 0.8% -
XYZ 18.12 13.76 58.83 -
YUV 101.48 185.86 113.39 -
System Red Green Blue C M Y K H S L
Decimal 81 92 204 0.60 0.55 0 0.2 234.63 0.55 0.56
Hex 51 5C CC 3C 37 0 14 EB 37 38
Octal 121 134 314 74 67 0 24 353 67 70
Binary 1010001 1011100 11001100 111100 110111 0 10100 11101011 110111 111000

Color Harmonies of #515CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CCC

Black with #515CCC

Text Example


Text Example

White with #515CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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