Html Css Color HEX #5AA893 Keppel

📋 copy color: '#5AA893'

red 90 ◦ green 168 ◦ blue 147

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

Shades of Keppel #5AA893

Tints of Keppel #5AA893

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 22.22%
G = 41.48%
B = 36.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#5AA893 (or 0x5AA893) is known color: Keppel. HEX triplet: 5A, A8 and 93. RGB value is (90,168,147). Sum of RGB (Red+Green+Blue) = 90+168+147=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA893 is #A5576C. Grayscale: #8E8E8E. Windows color (decimal): -10835821 or 9676890. OLE color: 9676890.

HSL color Cylindrical-coordinate representation of color #5AA893: hue angle of 163.85º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA893 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 90 168 147 -
CMYK 0.46 0 0.13 0.34
HSL 163.85º 0.31% 0.51% -
HSV(B) 163.85º 0.46% 0.66% -
XYZ 23.49 32.29 32.6 -
YUV 142.28 130.66 90.71 -
System Red Green Blue C M Y K H S L
Decimal 90 168 147 0.46 0 0.13 0.34 163.85 0.31 0.51
Hex 5A A8 93 2E 0 D 22 A4 1F 33
Octal 132 250 223 56 0 15 42 244 37 63
Binary 1011010 10101000 10010011 101110 0 1101 100010 10100100 11111 110011

Color Harmonies of #5AA893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA893

Black with #5AA893

Text Example


Text Example

White with #5AA893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,168,147); }

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

background-color css

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

 a { background-color: rgb(90,168,147); }

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

border-color css

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

 span { border-color: rgb(90,168,147); }

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