Html Css Color HEX #5B7675 Breaker Bay

📋 copy color: '#5B7675'

red 91 ◦ green 118 ◦ blue 117

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

Shades of Breaker Bay #5B7675

Tints of Breaker Bay #5B7675

RGB

 RED value IS 91 (35.94% from 255) = 27.91%

 GREEN value IS 118 (46.48% from 255) = 36.2%

 BLUE value IS 117 (46.09% from 255) = 35.89%

R = 27.91%
G = 36.2%
B = 35.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#5B7675 (or 0x5B7675) is known color: Breaker Bay. HEX triplet: 5B, 76 and 75. RGB value is (91,118,117). Sum of RGB (Red+Green+Blue) = 91+118+117=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 118 - color contains mainly: green. Hex color #5B7675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7675 is #A4898A. Grayscale: #6D6D6D. Windows color (decimal): -10783115 or 7698011. OLE color: 7698011.

HSL color Cylindrical-coordinate representation of color #5B7675: hue angle of 177.78º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B7675 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 118 117 -
CMYK 0.23 0 0.01 0.54
HSL 177.78º 0.13% 0.41% -
HSV(B) 177.78º 0.23% 0.46% -
XYZ 14 16.47 19.27 -
YUV 109.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 91 118 117 0.23 0 0.01 0.54 177.78 0.13 0.41
Hex 5B 76 75 17 0 1 36 B2 D 29
Octal 133 166 165 27 0 1 66 262 15 51
Binary 1011011 1110110 1110101 10111 0 1 110110 10110010 1101 101001

Color Harmonies of #5B7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7675

Black with #5B7675

Text Example


Text Example

White with #5B7675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B7675; }

 p { color: rgb(91,118,117); }

 H1.HeaderClassName
 {
   color: #5B7675;
 }
 .AnyTagClassName
 {
   color: #5B7675;
 }
</style>

background-color css

<style>
 a { background-color: #5B7675; }

 a { background-color: rgb(91,118,117); }

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

border-color css

<style>
 span { border-color: #5B7675; }

 span { border-color: rgb(91,118,117); }

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