Html Css Color HEX #5655BC Rich Blue

📋 copy color: '#5655BC'

red 86 ◦ green 85 ◦ blue 188

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

Shades of Rich Blue #5655BC

Tints of Rich Blue #5655BC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.68%

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

R = 23.96%
G = 23.68%
B = 52.37%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5655BC (or 0x5655BC) is known color: Rich Blue. HEX triplet: 56, 55 and BC. RGB value is (86,85,188). Sum of RGB (Red+Green+Blue) = 86+85+188=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #5655BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655BC is #A9AA43. Grayscale: #606060. Windows color (decimal): -11119172 or 12342614. OLE color: 12342614.

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

Color convert

RGB 86 85 188 -
CMYK 0.54 0.55 0 0.26
HSL 240.58º 0.43% 0.54% -
HSV(B) 240.58º 0.55% 0.74% -
XYZ 16.16 12.11 49.06 -
YUV 97.04 179.33 120.12 -
System Red Green Blue C M Y K H S L
Decimal 86 85 188 0.54 0.55 0 0.26 240.58 0.43 0.54
Hex 56 55 BC 36 37 0 1A F1 2B 36
Octal 126 125 274 66 67 0 32 361 53 66
Binary 1010110 1010101 10111100 110110 110111 0 11010 11110001 101011 110110

Color Harmonies of #5655BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5655BC

Black with #5655BC

Text Example


Text Example

White with #5655BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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