Html Css Color HEX #5FA897 Keppel

📋 copy color: '#5FA897'

red 95 ◦ green 168 ◦ blue 151

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

Shades of Keppel #5FA897

Tints of Keppel #5FA897

RGB

 RED value IS 95 (37.5% from 255) = 22.95%

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

 BLUE value IS 151 (59.38% from 255) = 36.47%

R = 22.95%
G = 40.58%
B = 36.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#5FA897 (or 0x5FA897) is known color: Keppel. HEX triplet: 5F, A8 and 97. RGB value is (95,168,151). Sum of RGB (Red+Green+Blue) = 95+168+151=414 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.95% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA897 is #A05768. Grayscale: #909090. Windows color (decimal): -10508137 or 9939039. OLE color: 9939039.

HSL color Cylindrical-coordinate representation of color #5FA897: hue angle of 166.03º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA897 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 95 168 151 -
CMYK 0.43 0 0.10 0.34
HSL 166.03º 0.3% 0.52% -
HSV(B) 166.03º 0.43% 0.66% -
XYZ 24.31 32.67 34.3 -
YUV 144.24 131.82 92.88 -
System Red Green Blue C M Y K H S L
Decimal 95 168 151 0.43 0 0.10 0.34 166.03 0.3 0.52
Hex 5F A8 97 2B 0 A 22 A6 1E 34
Octal 137 250 227 53 0 12 42 246 36 64
Binary 1011111 10101000 10010111 101011 0 1010 100010 10100110 11110 110100

Color Harmonies of #5FA897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA897

Black with #5FA897

Text Example


Text Example

White with #5FA897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,168,151); }

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

background-color css

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

 a { background-color: rgb(95,168,151); }

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

border-color css

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

 span { border-color: rgb(95,168,151); }

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