Html Css Color HEX #5659BC Rich Blue

📋 copy color: '#5659BC'

red 86 ◦ green 89 ◦ blue 188

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

Shades of Rich Blue #5659BC

Tints of Rich Blue #5659BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 23.69%
G = 24.52%
B = 51.79%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5659BC (or 0x5659BC) is known color: Rich Blue. HEX triplet: 56, 59 and BC. RGB value is (86,89,188). Sum of RGB (Red+Green+Blue) = 86+89+188=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #5659BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5659BC is #A9A643. Grayscale: #626262. Windows color (decimal): -11118148 or 12343638. OLE color: 12343638.

HSL color Cylindrical-coordinate representation of color #5659BC: hue angle of 238.24º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5659BC is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 89 188 -
CMYK 0.54 0.53 0 0.26
HSL 238.24º 0.43% 0.54% -
HSV(B) 238.24º 0.54% 0.74% -
XYZ 16.49 12.75 49.17 -
YUV 99.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 86 89 188 0.54 0.53 0 0.26 238.24 0.43 0.54
Hex 56 59 BC 36 35 0 1A EE 2B 36
Octal 126 131 274 66 65 0 32 356 53 66
Binary 1010110 1011001 10111100 110110 110101 0 11010 11101110 101011 110110

Color Harmonies of #5659BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5659BC

Black with #5659BC

Text Example


Text Example

White with #5659BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5659BC; }

 p { color: rgb(86,89,188); }

 H1.HeaderClassName
 {
   color: #5659BC;
 }
 .AnyTagClassName
 {
   color: #5659BC;
 }
</style>

background-color css

<style>
 a { background-color: #5659BC; }

 a { background-color: rgb(86,89,188); }

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

border-color css

<style>
 span { border-color: #5659BC; }

 span { border-color: rgb(86,89,188); }

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