Html Css Color HEX #538681 Breaker Bay

📋 copy color: '#538681'

red 83 ◦ green 134 ◦ blue 129

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

Shades of Breaker Bay #538681

Tints of Breaker Bay #538681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.28%

R = 23.99%
G = 38.73%
B = 37.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#538681 (or 0x538681) is known color: Breaker Bay. HEX triplet: 53, 86 and 81. RGB value is (83,134,129). Sum of RGB (Red+Green+Blue) = 83+134+129=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #538681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538681 is #AC797E. Grayscale: #767676. Windows color (decimal): -11303295 or 8488531. OLE color: 8488531.

HSL color Cylindrical-coordinate representation of color #538681: hue angle of 174.12º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538681 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 134 129 -
CMYK 0.38 0 0.04 0.47
HSL 174.12º 0.24% 0.43% -
HSV(B) 174.12º 0.38% 0.53% -
XYZ 16.05 20.47 23.87 -
YUV 118.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 83 134 129 0.38 0 0.04 0.47 174.12 0.24 0.43
Hex 53 86 81 26 0 4 2F AE 18 2B
Octal 123 206 201 46 0 4 57 256 30 53
Binary 1010011 10000110 10000001 100110 0 100 101111 10101110 11000 101011

Color Harmonies of #538681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538681

Black with #538681

Text Example


Text Example

White with #538681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538681; }

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

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

background-color css

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

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

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

border-color css

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

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

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