Html Css Color HEX #538178 Breaker Bay

📋 copy color: '#538178'

red 83 ◦ green 129 ◦ blue 120

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

Shades of Breaker Bay #538178

Tints of Breaker Bay #538178

RGB

 RED value IS 83 (32.81% from 255) = 25%

 GREEN value IS 129 (50.78% from 255) = 38.86%

 BLUE value IS 120 (47.27% from 255) = 36.14%

R = 25%
G = 38.86%
B = 36.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#538178 (or 0x538178) is known color: Breaker Bay. HEX triplet: 53, 81 and 78. RGB value is (83,129,120). Sum of RGB (Red+Green+Blue) = 83+129+120=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 129 - color contains mainly: green. Hex color #538178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538178 is #AC7E87. Grayscale: #727272. Windows color (decimal): -11304584 or 7897427. OLE color: 7897427.

HSL color Cylindrical-coordinate representation of color #538178: hue angle of 168.26º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #538178 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 129 120 -
CMYK 0.36 0 0.07 0.49
HSL 168.26º 0.22% 0.42% -
HSV(B) 168.26º 0.36% 0.51% -
XYZ 14.81 18.9 20.64 -
YUV 114.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 83 129 120 0.36 0 0.07 0.49 168.26 0.22 0.42
Hex 53 81 78 24 0 7 31 A8 16 2A
Octal 123 201 170 44 0 7 61 250 26 52
Binary 1010011 10000001 1111000 100100 0 111 110001 10101000 10110 101010

Color Harmonies of #538178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538178

Black with #538178

Text Example


Text Example

White with #538178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538178; }

 p { color: rgb(83,129,120); }

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

background-color css

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

 a { background-color: rgb(83,129,120); }

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

border-color css

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

 span { border-color: rgb(83,129,120); }

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