Html Css Color HEX #557A8F Jelly Bean

📋 copy color: '#557A8F'

red 85 ◦ green 122 ◦ blue 143

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

Shades of Jelly Bean #557A8F

Tints of Jelly Bean #557A8F

RGB

 RED value IS 85 (33.59% from 255) = 24.29%

 GREEN value IS 122 (48.05% from 255) = 34.86%

 BLUE value IS 143 (56.25% from 255) = 40.86%

R = 24.29%
G = 34.86%
B = 40.86%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#557A8F (or 0x557A8F) is known color: Jelly Bean. HEX triplet: 55, 7A and 8F. RGB value is (85,122,143). Sum of RGB (Red+Green+Blue) = 85+122+143=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 143 - color contains mainly: blue. Hex color #557A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A8F is #AA8570. Grayscale: #717171. Windows color (decimal): -11175281 or 9402965. OLE color: 9402965.

HSL color Cylindrical-coordinate representation of color #557A8F: hue angle of 201.72º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #557A8F is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 122 143 -
CMYK 0.41 0.15 0 0.44
HSL 201.72º 0.25% 0.45% -
HSV(B) 201.72º 0.41% 0.56% -
XYZ 15.66 17.83 28.6 -
YUV 113.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 85 122 143 0.41 0.15 0 0.44 201.72 0.25 0.45
Hex 55 7A 8F 29 F 0 2C CA 19 2D
Octal 125 172 217 51 17 0 54 312 31 55
Binary 1010101 1111010 10001111 101001 1111 0 101100 11001010 11001 101101

Color Harmonies of #557A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A8F

Black with #557A8F

Text Example


Text Example

White with #557A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557A8F; }

 p { color: rgb(85,122,143); }

 H1.HeaderClassName
 {
   color: #557A8F;
 }
 .AnyTagClassName
 {
   color: #557A8F;
 }
</style>

background-color css

<style>
 a { background-color: #557A8F; }

 a { background-color: rgb(85,122,143); }

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

border-color css

<style>
 span { border-color: #557A8F; }

 span { border-color: rgb(85,122,143); }

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