Html Css Color HEX #557A7E Paradiso

📋 copy color: '#557A7E'

red 85 ◦ green 122 ◦ blue 126

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

Shades of Paradiso #557A7E

Tints of Paradiso #557A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.84%

R = 25.53%
G = 36.64%
B = 37.84%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#557A7E (or 0x557A7E) is known color: Paradiso. HEX triplet: 55, 7A and 7E. RGB value is (85,122,126). Sum of RGB (Red+Green+Blue) = 85+122+126=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 126 - color contains mainly: blue. Hex color #557A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A7E is #AA8581. Grayscale: #6F6F6F. Windows color (decimal): -11175298 or 8288853. OLE color: 8288853.

HSL color Cylindrical-coordinate representation of color #557A7E: hue angle of 185.85º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557A7E is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 122 126 -
CMYK 0.33 0.03 0 0.51
HSL 185.85º 0.19% 0.41% -
HSV(B) 185.85º 0.33% 0.49% -
XYZ 14.47 17.36 22.33 -
YUV 111.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 85 122 126 0.33 0.03 0 0.51 185.85 0.19 0.41
Hex 55 7A 7E 21 3 0 33 BA 13 29
Octal 125 172 176 41 3 0 63 272 23 51
Binary 1010101 1111010 1111110 100001 11 0 110011 10111010 10011 101001

Color Harmonies of #557A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A7E

Black with #557A7E

Text Example


Text Example

White with #557A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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