Html Css Color HEX #5359BE Rich Blue

📋 copy color: '#5359BE'

red 83 ◦ green 89 ◦ blue 190

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

Shades of Rich Blue #5359BE

Tints of Rich Blue #5359BE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.59%

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

R = 22.93%
G = 24.59%
B = 52.49%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5359BE (or 0x5359BE) is known color: Rich Blue. HEX triplet: 53, 59 and BE. RGB value is (83,89,190). Sum of RGB (Red+Green+Blue) = 83+89+190=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #5359BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5359BE is #ACA641. Grayscale: #626262. Windows color (decimal): -11314754 or 12474707. OLE color: 12474707.

HSL color Cylindrical-coordinate representation of color #5359BE: hue angle of 236.64º 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 #5359BE is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 89 190 -
CMYK 0.56 0.53 0 0.25
HSL 236.64º 0.45% 0.54% -
HSV(B) 236.64º 0.56% 0.75% -
XYZ 16.43 12.7 50.3 -
YUV 98.72 179.51 116.79 -
System Red Green Blue C M Y K H S L
Decimal 83 89 190 0.56 0.53 0 0.25 236.64 0.45 0.54
Hex 53 59 BE 38 35 0 19 ED 2D 36
Octal 123 131 276 70 65 0 31 355 55 66
Binary 1010011 1011001 10111110 111000 110101 0 11001 11101101 101101 110110

Color Harmonies of #5359BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5359BE

Black with #5359BE

Text Example


Text Example

White with #5359BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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