Html Css Color HEX #5B6265 Pale Sky

📋 copy color: '#5B6265'

red 91 ◦ green 98 ◦ blue 101

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

Shades of Pale Sky #5B6265

Tints of Pale Sky #5B6265

RGB

 RED value IS 91 (35.94% from 255) = 31.38%

 GREEN value IS 98 (38.67% from 255) = 33.79%

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 31.38%
G = 33.79%
B = 34.83%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5B6265 (or 0x5B6265) is known color: Pale Sky. HEX triplet: 5B, 62 and 65. RGB value is (91,98,101). Sum of RGB (Red+Green+Blue) = 91+98+101=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B6265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6265 is #A49D9A. Grayscale: #606060. Windows color (decimal): -10788251 or 6644315. OLE color: 6644315.

HSL color Cylindrical-coordinate representation of color #5B6265: hue angle of 198º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B6265 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 91 98 101 -
CMYK 0.10 0.03 0 0.60
HSL 198º 0.05% 0.38% -
HSV(B) 198º 0.1% 0.4% -
XYZ 11.03 11.9 14.03 -
YUV 96.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 91 98 101 0.10 0.03 0 0.60 198 0.05 0.38
Hex 5B 62 65 A 3 0 3C C6 5 26
Octal 133 142 145 12 3 0 74 306 5 46
Binary 1011011 1100010 1100101 1010 11 0 111100 11000110 101 100110

Color Harmonies of #5B6265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6265

Black with #5B6265

Text Example


Text Example

White with #5B6265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,98,101); }

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

background-color css

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

 a { background-color: rgb(91,98,101); }

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

border-color css

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

 span { border-color: rgb(91,98,101); }

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