Html Css Color HEX #A5B0B9 Gull Grey

📋 copy color: '#A5B0B9'

red 165 ◦ green 176 ◦ blue 185

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

Shades of Gull Grey #A5B0B9

Tints of Gull Grey #A5B0B9

RGB

 RED value IS 165 (64.84% from 255) = 31.37%

 GREEN value IS 176 (69.14% from 255) = 33.46%

 BLUE value IS 185 (72.66% from 255) = 35.17%

R = 31.37%
G = 33.46%
B = 35.17%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A5B0B9 (or 0xA5B0B9) is known color: Gull Grey. HEX triplet: A5, B0 and B9. RGB value is (165,176,185). Sum of RGB (Red+Green+Blue) = 165+176+185=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 185 - color contains mainly: blue. Hex color #A5B0B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B0B9 is #5A4F46. Grayscale: #ADADAD. Windows color (decimal): -5918535 or 12169381. OLE color: 12169381.

HSL color Cylindrical-coordinate representation of color #A5B0B9: hue angle of 207º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5B0B9 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 176 185 -
CMYK 0.11 0.05 0 0.27
HSL 207º 0.13% 0.69% -
HSV(B) 207º 0.11% 0.73% -
XYZ 39.8 42.55 52.01 -
YUV 173.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 165 176 185 0.11 0.05 0 0.27 207 0.13 0.69
Hex A5 B0 B9 B 5 0 1B CF C 45
Octal 245 260 271 13 5 0 33 317 14 105
Binary 10100101 10110000 10111001 1011 101 0 11011 11001111 1100 1000101

Color Harmonies of #A5B0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B0B9

Black with #A5B0B9

Text Example


Text Example

White with #A5B0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B0B9; }

 p { color: rgb(165,176,185); }

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

background-color css

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

 a { background-color: rgb(165,176,185); }

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

border-color css

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

 span { border-color: rgb(165,176,185); }

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