Html Css Color HEX #5658BE Rich Blue

📋 copy color: '#5658BE'

red 86 ◦ green 88 ◦ blue 190

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

Shades of Rich Blue #5658BE

Tints of Rich Blue #5658BE

RGB

 RED value IS 86 (33.98% from 255) = 23.63%

 GREEN value IS 88 (34.77% from 255) = 24.18%

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

R = 23.63%
G = 24.18%
B = 52.2%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5658BE (or 0x5658BE) is known color: Rich Blue. HEX triplet: 56, 58 and BE. RGB value is (86,88,190). Sum of RGB (Red+Green+Blue) = 86+88+190=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #5658BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5658BE is #A9A741. Grayscale: #626262. Windows color (decimal): -11118402 or 12474454. OLE color: 12474454.

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

Color convert

RGB 86 88 190 -
CMYK 0.55 0.54 0 0.25
HSL 238.85º 0.44% 0.54% -
HSV(B) 238.85º 0.55% 0.75% -
XYZ 16.62 12.68 50.29 -
YUV 99.03 179.34 118.71 -
System Red Green Blue C M Y K H S L
Decimal 86 88 190 0.55 0.54 0 0.25 238.85 0.44 0.54
Hex 56 58 BE 37 36 0 19 EF 2C 36
Octal 126 130 276 67 66 0 31 357 54 66
Binary 1010110 1011000 10111110 110111 110110 0 11001 11101111 101100 110110

Color Harmonies of #5658BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5658BE

Black with #5658BE

Text Example


Text Example

White with #5658BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,88,190); }

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

background-color css

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

 a { background-color: rgb(86,88,190); }

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

border-color css

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

 span { border-color: rgb(86,88,190); }

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