Html Css Color HEX #55827E Breaker Bay

📋 copy color: '#55827E'

red 85 ◦ green 130 ◦ blue 126

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

Shades of Breaker Bay #55827E

Tints of Breaker Bay #55827E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.12%

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

R = 24.93%
G = 38.12%
B = 36.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#55827E (or 0x55827E) is known color: Breaker Bay. HEX triplet: 55, 82 and 7E. RGB value is (85,130,126). Sum of RGB (Red+Green+Blue) = 85+130+126=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #55827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55827E is #AA7D81. Grayscale: #747474. Windows color (decimal): -11173250 or 8290901. OLE color: 8290901.

HSL color Cylindrical-coordinate representation of color #55827E: hue angle of 174.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55827E is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 130 126 -
CMYK 0.35 0 0.03 0.49
HSL 174.67º 0.21% 0.42% -
HSV(B) 174.67º 0.35% 0.51% -
XYZ 15.49 19.4 22.67 -
YUV 116.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 85 130 126 0.35 0 0.03 0.49 174.67 0.21 0.42
Hex 55 82 7E 23 0 3 31 AF 15 2A
Octal 125 202 176 43 0 3 61 257 25 52
Binary 1010101 10000010 1111110 100011 0 11 110001 10101111 10101 101010

Color Harmonies of #55827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55827E

Black with #55827E

Text Example


Text Example

White with #55827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55827E; }

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

 H1.HeaderClassName
 {
   color: #55827E;
 }
 .AnyTagClassName
 {
   color: #55827E;
 }
</style>

background-color css

<style>
 a { background-color: #55827E; }

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

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

border-color css

<style>
 span { border-color: #55827E; }

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

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