Html Css Color HEX #5FA792 Keppel

📋 copy color: '#5FA792'

red 95 ◦ green 167 ◦ blue 146

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

Shades of Keppel #5FA792

Tints of Keppel #5FA792

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.93%

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 23.28%
G = 40.93%
B = 35.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#5FA792 (or 0x5FA792) is known color: Keppel. HEX triplet: 5F, A7 and 92. RGB value is (95,167,146). Sum of RGB (Red+Green+Blue) = 95+167+146=408 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.28% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA792 is #A0586D. Grayscale: #8F8F8F. Windows color (decimal): -10508398 or 9611103. OLE color: 9611103.

HSL color Cylindrical-coordinate representation of color #5FA792: hue angle of 162.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA792 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 167 146 -
CMYK 0.43 0 0.13 0.35
HSL 162.5º 0.29% 0.51% -
HSV(B) 162.5º 0.43% 0.65% -
XYZ 23.73 32.15 32.15 -
YUV 143.08 129.65 93.71 -
System Red Green Blue C M Y K H S L
Decimal 95 167 146 0.43 0 0.13 0.35 162.5 0.29 0.51
Hex 5F A7 92 2B 0 D 23 A2 1D 33
Octal 137 247 222 53 0 15 43 242 35 63
Binary 1011111 10100111 10010010 101011 0 1101 100011 10100010 11101 110011

Color Harmonies of #5FA792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA792

Black with #5FA792

Text Example


Text Example

White with #5FA792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,167,146); }

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

background-color css

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

 a { background-color: rgb(95,167,146); }

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

border-color css

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

 span { border-color: rgb(95,167,146); }

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