Html Css Color HEX #5760BC Rich Blue

📋 copy color: '#5760BC'

red 87 ◦ green 96 ◦ blue 188

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

Shades of Rich Blue #5760BC

Tints of Rich Blue #5760BC

RGB

 RED value IS 87 (34.38% from 255) = 23.45%

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

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

R = 23.45%
G = 25.88%
B = 50.67%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5760BC (or 0x5760BC) is known color: Rich Blue. HEX triplet: 57, 60 and BC. RGB value is (87,96,188). Sum of RGB (Red+Green+Blue) = 87+96+188=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #5760BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5760BC is #A89F43. Grayscale: #676767. Windows color (decimal): -11050820 or 12345431. OLE color: 12345431.

HSL color Cylindrical-coordinate representation of color #5760BC: hue angle of 234.65º 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 #5760BC is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 96 188 -
CMYK 0.54 0.49 0 0.26
HSL 234.65º 0.43% 0.54% -
HSV(B) 234.65º 0.54% 0.74% -
XYZ 17.19 14.02 49.38 -
YUV 103.8 175.52 116.02 -
System Red Green Blue C M Y K H S L
Decimal 87 96 188 0.54 0.49 0 0.26 234.65 0.43 0.54
Hex 57 60 BC 36 31 0 1A EB 2B 36
Octal 127 140 274 66 61 0 32 353 53 66
Binary 1010111 1100000 10111100 110110 110001 0 11010 11101011 101011 110110

Color Harmonies of #5760BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5760BC

Black with #5760BC

Text Example


Text Example

White with #5760BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,96,188); }

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

background-color css

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

 a { background-color: rgb(87,96,188); }

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

border-color css

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

 span { border-color: rgb(87,96,188); }

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