Html Css Color HEX #55867D Breaker Bay

📋 copy color: '#55867D'

red 85 ◦ green 134 ◦ blue 125

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

Shades of Breaker Bay #55867D

Tints of Breaker Bay #55867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.95%

 BLUE value IS 125 (49.22% from 255) = 36.34%

R = 24.71%
G = 38.95%
B = 36.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#55867D (or 0x55867D) is known color: Breaker Bay. HEX triplet: 55, 86 and 7D. RGB value is (85,134,125). Sum of RGB (Red+Green+Blue) = 85+134+125=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #55867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55867D is #AA7982. Grayscale: #767676. Windows color (decimal): -11172227 or 8226389. OLE color: 8226389.

HSL color Cylindrical-coordinate representation of color #55867D: hue angle of 168.98º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55867D is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 134 125 -
CMYK 0.37 0 0.07 0.47
HSL 168.98º 0.22% 0.43% -
HSV(B) 168.98º 0.37% 0.53% -
XYZ 15.97 20.46 22.51 -
YUV 118.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 85 134 125 0.37 0 0.07 0.47 168.98 0.22 0.43
Hex 55 86 7D 25 0 7 2F A9 16 2B
Octal 125 206 175 45 0 7 57 251 26 53
Binary 1010101 10000110 1111101 100101 0 111 101111 10101001 10110 101011

Color Harmonies of #55867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55867D

Black with #55867D

Text Example


Text Example

White with #55867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55867D; }

 p { color: rgb(85,134,125); }

 H1.HeaderClassName
 {
   color: #55867D;
 }
 .AnyTagClassName
 {
   color: #55867D;
 }
</style>

background-color css

<style>
 a { background-color: #55867D; }

 a { background-color: rgb(85,134,125); }

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

border-color css

<style>
 span { border-color: #55867D; }

 span { border-color: rgb(85,134,125); }

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