Html Css Color HEX #5A827D Breaker Bay

📋 copy color: '#5A827D'

red 90 ◦ green 130 ◦ blue 125

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

Shades of Breaker Bay #5A827D

Tints of Breaker Bay #5A827D

RGB

 RED value IS 90 (35.55% from 255) = 26.09%

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

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 26.09%
G = 37.68%
B = 36.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#5A827D (or 0x5A827D) is known color: Breaker Bay. HEX triplet: 5A, 82 and 7D. RGB value is (90,130,125). Sum of RGB (Red+Green+Blue) = 90+130+125=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #5A827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A827D is #A57D82. Grayscale: #757575. Windows color (decimal): -10845571 or 8225370. OLE color: 8225370.

HSL color Cylindrical-coordinate representation of color #5A827D: hue angle of 172.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A827D is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 90 130 125 -
CMYK 0.31 0 0.04 0.49
HSL 172.5º 0.18% 0.43% -
HSV(B) 172.5º 0.31% 0.51% -
XYZ 15.9 19.62 22.35 -
YUV 117.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 90 130 125 0.31 0 0.04 0.49 172.5 0.18 0.43
Hex 5A 82 7D 1F 0 4 31 AC 12 2B
Octal 132 202 175 37 0 4 61 254 22 53
Binary 1011010 10000010 1111101 11111 0 100 110001 10101100 10010 101011

Color Harmonies of #5A827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A827D

Black with #5A827D

Text Example


Text Example

White with #5A827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A827D; }

 p { color: rgb(90,130,125); }

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

background-color css

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

 a { background-color: rgb(90,130,125); }

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

border-color css

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

 span { border-color: rgb(90,130,125); }

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