Html Css Color HEX #5360BE Free Speech Blue

📋 copy color: '#5360BE'

red 83 ◦ green 96 ◦ blue 190

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

Shades of Free Speech Blue #5360BE

Tints of Free Speech Blue #5360BE

RGB

 RED value IS 83 (32.81% from 255) = 22.49%

 GREEN value IS 96 (37.89% from 255) = 26.02%

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 22.49%
G = 26.02%
B = 51.49%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5360BE (or 0x5360BE) is known color: Free Speech Blue. HEX triplet: 53, 60 and BE. RGB value is (83,96,190). Sum of RGB (Red+Green+Blue) = 83+96+190=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #5360BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5360BE is #AC9F41. Grayscale: #666666. Windows color (decimal): -11312962 or 12476499. OLE color: 12476499.

HSL color Cylindrical-coordinate representation of color #5360BE: hue angle of 232.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5360BE is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 96 190 -
CMYK 0.56 0.49 0 0.25
HSL 232.71º 0.45% 0.54% -
HSV(B) 232.71º 0.56% 0.75% -
XYZ 17.04 13.92 50.5 -
YUV 102.83 177.19 113.86 -
System Red Green Blue C M Y K H S L
Decimal 83 96 190 0.56 0.49 0 0.25 232.71 0.45 0.54
Hex 53 60 BE 38 31 0 19 E9 2D 36
Octal 123 140 276 70 61 0 31 351 55 66
Binary 1010011 1100000 10111110 111000 110001 0 11001 11101001 101101 110110

Color Harmonies of #5360BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5360BE

Black with #5360BE

Text Example


Text Example

White with #5360BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5360BE; }

 p { color: rgb(83,96,190); }

 H1.HeaderClassName
 {
   color: #5360BE;
 }
 .AnyTagClassName
 {
   color: #5360BE;
 }
</style>

background-color css

<style>
 a { background-color: #5360BE; }

 a { background-color: rgb(83,96,190); }

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

border-color css

<style>
 span { border-color: #5360BE; }

 span { border-color: rgb(83,96,190); }

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