Html Css Color HEX #5B906C Oxley

📋 copy color: '#5B906C'

red 91 ◦ green 144 ◦ blue 108

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

Shades of Oxley #5B906C

Tints of Oxley #5B906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.98%

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 26.53%
G = 41.98%
B = 31.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#5B906C (or 0x5B906C) is known color: Oxley. HEX triplet: 5B, 90 and 6C. RGB value is (91,144,108). Sum of RGB (Red+Green+Blue) = 91+144+108=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #5B906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B906C is #A46F93. Grayscale: #7C7C7C. Windows color (decimal): -10776468 or 7114843. OLE color: 7114843.

HSL color Cylindrical-coordinate representation of color #5B906C: hue angle of 139.25º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B906C is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 144 108 -
CMYK 0.37 0 0.25 0.44
HSL 139.25º 0.23% 0.46% -
HSV(B) 139.25º 0.37% 0.56% -
XYZ 16.99 23.25 17.78 -
YUV 124.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 91 144 108 0.37 0 0.25 0.44 139.25 0.23 0.46
Hex 5B 90 6C 25 0 19 2C 8B 17 2E
Octal 133 220 154 45 0 31 54 213 27 56
Binary 1011011 10010000 1101100 100101 0 11001 101100 10001011 10111 101110

Color Harmonies of #5B906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B906C

Black with #5B906C

Text Example


Text Example

White with #5B906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,144,108); }

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

background-color css

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

 a { background-color: rgb(91,144,108); }

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

border-color css

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

 span { border-color: rgb(91,144,108); }

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