Html Css Color HEX #5360BD Free Speech Blue

📋 copy color: '#5360BD'

red 83 ◦ green 96 ◦ blue 189

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

Shades of Free Speech Blue #5360BD

Tints of Free Speech Blue #5360BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.36%

R = 22.55%
G = 26.09%
B = 51.36%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5360BD (or 0x5360BD) is known color: Free Speech Blue. HEX triplet: 53, 60 and BD. RGB value is (83,96,189). Sum of RGB (Red+Green+Blue) = 83+96+189=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #5360BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5360BD is #AC9F42. Grayscale: #666666. Windows color (decimal): -11312963 or 12410963. OLE color: 12410963.

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

Color convert

RGB 83 96 189 -
CMYK 0.56 0.49 0 0.26
HSL 232.64º 0.45% 0.53% -
HSV(B) 232.64º 0.56% 0.74% -
XYZ 16.94 13.88 49.93 -
YUV 102.72 176.69 113.94 -
System Red Green Blue C M Y K H S L
Decimal 83 96 189 0.56 0.49 0 0.26 232.64 0.45 0.53
Hex 53 60 BD 38 31 0 1A E9 2D 35
Octal 123 140 275 70 61 0 32 351 55 65
Binary 1010011 1100000 10111101 111000 110001 0 11010 11101001 101101 110101

Color Harmonies of #5360BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5360BD

Black with #5360BD

Text Example


Text Example

White with #5360BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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