Html Css Color HEX #53827F Breaker Bay

📋 copy color: '#53827F'

red 83 ◦ green 130 ◦ blue 127

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

Shades of Breaker Bay #53827F

Tints of Breaker Bay #53827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.24%

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

R = 24.41%
G = 38.24%
B = 37.35%

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

#53827F (or 0x53827F) is known color: Breaker Bay. HEX triplet: 53, 82 and 7F. RGB value is (83,130,127). Sum of RGB (Red+Green+Blue) = 83+130+127=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #53827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53827F is #AC7D80. Grayscale: #737373. Windows color (decimal): -11304321 or 8356435. OLE color: 8356435.

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

Color convert

RGB 83 130 127 -
CMYK 0.36 0 0.02 0.49
HSL 176.17º 0.22% 0.42% -
HSV(B) 176.17º 0.36% 0.51% -
XYZ 15.38 19.34 23 -
YUV 115.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 83 130 127 0.36 0 0.02 0.49 176.17 0.22 0.42
Hex 53 82 7F 24 0 2 31 B0 16 2A
Octal 123 202 177 44 0 2 61 260 26 52
Binary 1010011 10000010 1111111 100100 0 10 110001 10110000 10110 101010

Color Harmonies of #53827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53827F

Black with #53827F

Text Example


Text Example

White with #53827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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