Html Css Color HEX #53817F Breaker Bay

📋 copy color: '#53817F'

red 83 ◦ green 129 ◦ blue 127

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

Shades of Breaker Bay #53817F

Tints of Breaker Bay #53817F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.46%

R = 24.48%
G = 38.05%
B = 37.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#53817F (or 0x53817F) is known color: Breaker Bay. HEX triplet: 53, 81 and 7F. RGB value is (83,129,127). Sum of RGB (Red+Green+Blue) = 83+129+127=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 129 - color contains mainly: green. Hex color #53817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53817F is #AC7E80. Grayscale: #727272. Windows color (decimal): -11304577 or 8356179. OLE color: 8356179.

HSL color Cylindrical-coordinate representation of color #53817F: hue angle of 177.39º 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 #53817F is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 129 127 -
CMYK 0.36 0 0.02 0.49
HSL 177.39º 0.22% 0.42% -
HSV(B) 177.39º 0.36% 0.51% -
XYZ 15.25 19.07 22.96 -
YUV 115.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 83 129 127 0.36 0 0.02 0.49 177.39 0.22 0.42
Hex 53 81 7F 24 0 2 31 B1 16 2A
Octal 123 201 177 44 0 2 61 261 26 52
Binary 1010011 10000001 1111111 100100 0 10 110001 10110001 10110 101010

Color Harmonies of #53817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53817F

Black with #53817F

Text Example


Text Example

White with #53817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53817F; }

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

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

background-color css

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

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

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

border-color css

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

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

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