Html Css Color HEX #53867B Breaker Bay

📋 copy color: '#53867B'

red 83 ◦ green 134 ◦ blue 123

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

Shades of Breaker Bay #53867B

Tints of Breaker Bay #53867B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 24.41%
G = 39.41%
B = 36.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#53867B (or 0x53867B) is known color: Breaker Bay. HEX triplet: 53, 86 and 7B. RGB value is (83,134,123). Sum of RGB (Red+Green+Blue) = 83+134+123=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #53867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53867B is #AC7984. Grayscale: #757575. Windows color (decimal): -11303301 or 8095315. OLE color: 8095315.

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

Color convert

RGB 83 134 123 -
CMYK 0.38 0 0.08 0.47
HSL 167.06º 0.24% 0.43% -
HSV(B) 167.06º 0.38% 0.53% -
XYZ 15.67 20.32 21.84 -
YUV 117.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 83 134 123 0.38 0 0.08 0.47 167.06 0.24 0.43
Hex 53 86 7B 26 0 8 2F A7 18 2B
Octal 123 206 173 46 0 10 57 247 30 53
Binary 1010011 10000110 1111011 100110 0 1000 101111 10100111 11000 101011

Color Harmonies of #53867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53867B

Black with #53867B

Text Example


Text Example

White with #53867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53867B; }

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

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

background-color css

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

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

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

border-color css

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

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

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