Html Css Color HEX #538683 Breaker Bay

📋 copy color: '#538683'

red 83 ◦ green 134 ◦ blue 131

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

Shades of Breaker Bay #538683

Tints of Breaker Bay #538683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.64%

R = 23.85%
G = 38.51%
B = 37.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#538683 (or 0x538683) is known color: Breaker Bay. HEX triplet: 53, 86 and 83. RGB value is (83,134,131). Sum of RGB (Red+Green+Blue) = 83+134+131=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #538683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538683 is #AC797C. Grayscale: #767676. Windows color (decimal): -11303293 or 8619603. OLE color: 8619603.

HSL color Cylindrical-coordinate representation of color #538683: hue angle of 176.47º 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 #538683 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 134 131 -
CMYK 0.38 0 0.02 0.47
HSL 176.47º 0.24% 0.43% -
HSV(B) 176.47º 0.38% 0.53% -
XYZ 16.19 20.53 24.58 -
YUV 118.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 83 134 131 0.38 0 0.02 0.47 176.47 0.24 0.43
Hex 53 86 83 26 0 2 2F B0 18 2B
Octal 123 206 203 46 0 2 57 260 30 53
Binary 1010011 10000110 10000011 100110 0 10 101111 10110000 11000 101011

Color Harmonies of #538683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538683

Black with #538683

Text Example


Text Example

White with #538683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538683; }

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

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

background-color css

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

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

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

border-color css

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

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

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